Skip to content

Commit 236e9f8

Browse files
committed
chore: remove explicit engines.node from package.json
In the next publish, an explicit engines.node version may conflict with how users consume the package (especially if they do not use SvelteKit).
1 parent 02ea513 commit 236e9f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,5 @@
5555
"code",
5656
"syntax",
5757
"typescript"
58-
],
59-
"engines": {
60-
"node": ">=16.7"
61-
}
58+
]
6259
}

0 commit comments

Comments
 (0)