Skip to content

Commit

Permalink
build(node-sass): update requirements on node-sass version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranstrom committed Jan 28, 2017
1 parent afcef88 commit 76b5d36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ The purpose of this library is to give you the option to keep all of your style
There are other solutions to the same problem such as placing some of your style variables in a JSON file an including them into the sass, but with **sass-extract** you can skip that additional complexity of separate files and preprocessing and just get the variables directly from the sass itself.

## Requirements
- `node-sass >= 3.1.0`
- `node-sass >= 3.6.0`
- `node >= 4`

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"node": ">=4"
},
"peerDependencies": {
"node-sass": "^3.1.0 || ^4"
"node-sass": "^3.6.0 || ^4"
},
"dependencies": {
"bluebird": "^3.4.7"
Expand Down

0 comments on commit 76b5d36

Please sign in to comment.