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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user