mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
Set min node version in package.json
v14.13.0 is required for CommonJS named imports to work properly.
This commit is contained in:
parent
1142145c6d
commit
0063a5a372
2 changed files with 6 additions and 0 deletions
3
package-lock.json
generated
3
package-lock.json
generated
|
@ -17,6 +17,9 @@
|
|||
"parcel": "^2.0.0",
|
||||
"split": "^1.0.1",
|
||||
"ws": "^8.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.13.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/code-frame": {
|
||||
|
|
|
@ -24,5 +24,8 @@
|
|||
"source": "index.html",
|
||||
"publicUrl": "."
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.13.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue