mirror of https://github.com/embarklabs/embark.git
spec node, npm in "engines" of package.json
This commit is contained in:
parent
83e79f7b3f
commit
d8b9e1f6d8
|
@ -113,5 +113,9 @@
|
||||||
"mocha-sinon": "^1.1.4",
|
"mocha-sinon": "^1.1.4",
|
||||||
"sinon": "^4.5.0",
|
"sinon": "^4.5.0",
|
||||||
"chai": "4.1.2"
|
"chai": "4.1.2"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=8.11.3",
|
||||||
|
"npm": ">=6.4.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue