add engine to package.json

This commit is contained in:
Martin Guether 2017-04-07 11:04:58 +02:00
parent 7605b8f373
commit bda60bf877

View File

@ -6,6 +6,9 @@
"start": "nodemon -e .js,.html bin/www", "start": "nodemon -e .js,.html bin/www",
"test": "mocha" "test": "mocha"
}, },
"engines" : {
"node" : ">=7.8.0"
},
"dependencies": { "dependencies": {
"archiver": "1.3.0", "archiver": "1.3.0",
"async": "2.3.0", "async": "2.3.0",