add engine to package.json
This commit is contained in:
parent
7605b8f373
commit
bda60bf877
@ -6,6 +6,9 @@
|
||||
"start": "nodemon -e .js,.html bin/www",
|
||||
"test": "mocha"
|
||||
},
|
||||
"engines" : {
|
||||
"node" : ">=7.8.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"archiver": "1.3.0",
|
||||
"async": "2.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user