Bump Node.js requirement to 0.12.0

This is the latest stable release which also contains the latest npm so
there's no need for a separate requirement for it.
This commit is contained in:
Scott Walkinshaw
2015-02-27 18:36:47 -06:00
parent 018d83969c
commit c5587b6c34
2 changed files with 2 additions and 3 deletions

View File

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