Skip to content

Commit

Permalink
Prepare 2.3.0-beta.1 with node-sass@3.5.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Feb 4, 2016
1 parent 67874cb commit 9609cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-sass",
"version": "2.2.0",
"version": "2.3.0-beta.1",
"description": "Gulp plugin for sass",
"main": "index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"gulp-util": "^3.0",
"node-sass": "^3.4.1",
"node-sass": "^3.5.0-beta.1",

This comment has been minimized.

Copy link
@loganfsmyth

loganfsmyth Apr 21, 2016

I'm curious, why is this strictness needed for the node-sass version? 3.5.x was just released and caused a regression for us, but since we use npm3, we can put ~3.4.x in our package.json to pin it. I'm worried now though that if you do this, we'll be bumped back to 3.5 again once you release 2.3.x, so we'll need to pin to gulp-sass@2.2.x too.

"object-assign": "^4.0.1",
"through2": "^2.0.0",
"vinyl-sourcemaps-apply": "^0.2.0"
Expand Down

0 comments on commit 9609cfe

Please sign in to comment.