spec node, npm in "engines" of package.json

This commit is contained in:
Michael Bradley, Jr 2018-09-18 16:28:50 -05:00
parent 83e79f7b3f
commit d8b9e1f6d8
1 changed files with 4 additions and 0 deletions

View File

@ -113,5 +113,9 @@
"mocha-sinon": "^1.1.4",
"sinon": "^4.5.0",
"chai": "4.1.2"
},
"engines": {
"node": ">=8.11.3",
"npm": ">=6.4.1"
}
}