build(package): warn if using an unsupported version of node or npm
This commit is contained in:
parent
bed35178c9
commit
7bf04585a0
2 changed files with 8 additions and 0 deletions
|
|
@ -45,6 +45,10 @@
|
|||
"bugs": {
|
||||
"url": "*GITHUBREPOBUGS*"
|
||||
},
|
||||
"engines": {
|
||||
"node": "6",
|
||||
"npm": "3"
|
||||
},
|
||||
"dependencies": {
|
||||
"adm-zip": "^0.4.7",
|
||||
"angular": "1.4.6",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,10 @@
|
|||
"unstage-package": "git reset package.json",
|
||||
"clean-all": "git clean -dfx"
|
||||
},
|
||||
"engines": {
|
||||
"node": "6",
|
||||
"npm": "3"
|
||||
},
|
||||
"dependencies": {
|
||||
"pre-commit": "^1.1.3"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue