mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 15:25:26 +00:00
Remove engine from package.json (#1589)
The engine is intended to signify that node 15 should be used for development, but it's causing issues for people who have node in "strict-engine" mode.
This commit is contained in:
parent
dff8f3355f
commit
449fc9df04
@ -24,9 +24,6 @@
|
||||
"types": "dist/htmx.d.ts",
|
||||
"unpkg": "dist/htmx.min.js",
|
||||
"web-types": "editors/jetbrains/htmx.web-types.json",
|
||||
"engines": {
|
||||
"node": "15.x"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha-chrome test/index.html",
|
||||
"test-types": "tsc --project ./jsconfig.json",
|
||||
|
Loading…
x
Reference in New Issue
Block a user