fix node and npm versions in package.json

This commit is contained in:
Rashid Khan 2015-09-14 13:49:45 -07:00
parent b7e667df76
commit 62a136cda4

View file

@ -167,7 +167,7 @@
"wreck": "6.2.0"
},
"engines": {
"node": "2.5",
"npm": ">=2"
"node": "0.12",
"npm": "2.14.3"
}
}