From c5587b6c3415ec70e08a9741f0a3d5832c4c0668 Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Fri, 27 Feb 2015 18:36:47 -0600 Subject: [PATCH] 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. --- README.md | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ec683d..74b9bc6 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ Sage is a WordPress starter theme based on HTML5 Boilerplate, gulp, Bower, and B ## Requirements * PHP >= 5.4 -* Node.js >= 0.10 -* npm >= 2.1.5 (`npm install -g npm@latest`) +* Node.js >= 0.12.0 * gulp (`npm install -g gulp`) * Bower (`npm install -g bower`) diff --git a/package.json b/package.json index 567bb82..14ea6e3 100644 --- a/package.json +++ b/package.json @@ -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": {