chore: restrict node version to <15 (#20)

This commit is contained in:
r1oga
2022-09-27 09:20:34 +02:00
committed by GitHub
parent 0dad1a600f
commit 3ff56168d2
2 changed files with 4 additions and 0 deletions

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
engine-strict=true

View File

@@ -100,6 +100,9 @@
"webpack-dev-server": "^3.9.0",
"webpack-node-externals": "^1.7.2"
},
"engines": {
"node": "<15"
},
"author": "0xTsukino",
"license": "ISC"
}