Fixed npm engine version

This commit is contained in:
David Baldwynn 2017-07-20 18:03:37 -07:00 committed by GitHub
parent 1d8b42a3e1
commit 8e0035d29c

View file

@ -14,7 +14,7 @@
}, },
"engines": { "engines": {
"node": "5.0.0", "node": "5.0.0",
"npm": "2.11.2" "npm": "3.3.6"
}, },
"scripts": { "scripts": {
"addcontrib": "all-contributors add", "addcontrib": "all-contributors add",