Skip to content

Commit

Permalink
Merge pull request #253 from Snugug/feature/3.0-bump
Browse files Browse the repository at this point in the history
Update Node Sass to 3.0
  • Loading branch information
Keats committed May 6, 2015
2 parents 33aa1f7 + c033adf commit dec985f
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.0.0-alpha.1",
"version": "2.0.0",
"description": "Gulp plugin for sass",
"main": "index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"gulp-util": "^3.0",
"node-sass": "^3.0.0-beta.7",
"node-sass": "^3.0.0",
"object-assign": "^2.0.0",
"through2": "^0.6.3",
"vinyl-sourcemaps-apply": "~0.1.1"
Expand Down

0 comments on commit dec985f

Please sign in to comment.