Require the latest version of npm

The npm that ships with 0.10 is 1.2.x and it is riddled with
race conditions.
This commit is contained in:
Austin Pray
2015-02-04 19:35:41 -06:00
parent 68e6419aee
commit 8c374e2136
3 changed files with 6 additions and 8 deletions

View File

@@ -23,7 +23,8 @@
"jscs": "jscs gulpfile.js assets/scripts/*.js"
},
"engines": {
"node": ">= 0.10.0"
"node": ">= 0.10.0",
"npm": ">=2.1.5"
},
"devDependencies": {
"asset-builder": "^0.3.5",