Skip to content

Commit 658b324

Browse files
committed
Specify node version to 10.16.3, npm version to 6.9.0
1 parent 13a9f0f commit 658b324

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "1.0.0",
44
"description": "Vanilla JS Webpack Project",
55
"main": "index.js",
6+
"engines": {
7+
"node": ">= 10.16.3",
8+
"npm": ">= 6.9.0"
9+
},
610
"scripts": {
711
"test": "echo \"Error: no test specified\" && exit 1",
812
"dev": "webpack-dev-server --progress --config webpack.dev.js",

0 commit comments

Comments
 (0)