build(package): warn if using an unsupported version of node or npm

This commit is contained in:
Jason Dreyzehner 2016-10-26 20:16:42 -04:00
commit 7bf04585a0
2 changed files with 8 additions and 0 deletions

View file

@ -45,6 +45,10 @@
"bugs": {
"url": "*GITHUBREPOBUGS*"
},
"engines": {
"node": "6",
"npm": "3"
},
"dependencies": {
"adm-zip": "^0.4.7",
"angular": "1.4.6",