Skip to content

Commit

Permalink
bump minimum Node version to 5 and update node-sass to 3.6.0 so it wo…
Browse files Browse the repository at this point in the history
…rks somewhat with Node 6

ESLint is still broken, however

Node 4 is getting dated (relatively speaking).
  • Loading branch information
erikdesjardins committed Apr 27, 2016
1 parent c520452 commit 80d63cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
sudo: false
language: node_js
node_js:
- "5"
- "4"
- 5
before_script: npm run external-deps
script:
- npm run eslint
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Thinking about contributing to RES? Awesome! We just ask that you follow a few s

First time installation:

1. Install [node.js](http://nodejs.org) (version 4+).
1. Install [node.js](http://nodejs.org) (version >= 5).
1. Install [Python 2](https://www.python.org/downloads/) (*not* version 3).
1. Navigate to your RES folder.
1. Run `npm install`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"json-loader": "0.5.4",
"merge-stream": "1.0.0",
"mustache-loader": "0.3.1",
"node-sass": "3.5.3",
"node-sass": "3.6.0",
"nyc": "6.4.0",
"postcss-loader": "0.8.2",
"progress-bar-webpack-plugin": "1.6.0",
Expand Down

0 comments on commit 80d63cf

Please sign in to comment.