Skip to content

Commit

Permalink
chore: remove explicit engines.node from package.json
Browse files Browse the repository at this point in the history
In the next publish, an explicit engines.node version may conflict with how users consume the package (especially if they do not use SvelteKit).
  • Loading branch information
metonym committed Jun 7, 2022
1 parent 02ea513 commit 236e9f8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,5 @@
"code",
"syntax",
"typescript"
],
"engines": {
"node": ">=16.7"
}
]
}

0 comments on commit 236e9f8

Please sign in to comment.