From 5b88bcbdfeec98e4dc0621de1cdbff04cfd37b4e Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 28 Oct 2013 17:01:23 -0700 Subject: [PATCH] Node v0.10.x is required (and not > v0.10) - refs #1314 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 47393ff49111..449547440507 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ If you think you've found a problem with Ghost, or you'd like to make a request **Pre-requisites:** -* node > 0.10 and < 0.11.4 +* node 0.10.x * ruby and the gems 'sass' and 'bourbon' - you can use `bundle install` to install the gems * for running functional tests: phantomjs 1.9.* and casperjs 1.1.* ([instructions](https://github.com/TryGhost/Ghost/wiki/Functional-testing-with-PhantomJS-and-CasperJS)) * for building docs: python and pygments