Merge pull request #870 from embark-framework/features/engine-strict
engine-strict
This commit is contained in:
commit
c4de5fb512
|
@ -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