Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Update node-sass dependency version
Browse files Browse the repository at this point in the history
When I upgraded to node v4.2.4 I encountered the problem documented
here:

sass/node-sass#1166

Upgrading grunt-sass and node-sass, then removing `node_packages/` and
doing `$ npm install` fixed this issue for me.

Note I've also removed the `engines` value from `package.json` as it's
not clear that this is actually adding anything.
  • Loading branch information
Paul M Furley committed Feb 3, 2016
1 parent 92deaa6 commit abce6d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It's built on the [Express](http://expressjs.com/) framework and contains code a

## Requirements

#### [Node](http://nodejs.org/)
#### [Node v4.x.x](http://nodejs.org/)

You may already have it, try:

Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"description": "NHS prototyping app in Express",
"version": "0.1.0",
"private": true,
"engines": {
"node": "0.10.x"
},
"dependencies": {
"bluebird": "2.10.2",
"consolidate": "0.x",
Expand All @@ -19,10 +16,10 @@
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-watch": "0.5.3",
"grunt-nodemon": "0.3.0",
"grunt-sass": "0.18.0",
"grunt-sass": "1.1.0",
"grunt-text-replace": "0.3.12",
"minimist": "0.0.8",
"node-sass": "2.1.1",
"node-sass": "3.4.2",
"readdir": "0.0.6",
"swig": "^1.4.2",
"swig-extras": "0.0.1"
Expand Down

0 comments on commit abce6d3

Please sign in to comment.