Prepare 2.3.0-beta.1 with node-sass@3.5.0-beta.1

This commit is contained in:
xzyfer 2016-02-04 23:04:02 +11:00
parent 67874cb608
commit 9609cfe4d2

View file

@ -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": {
@ -22,7 +22,7 @@
},
"dependencies": {
"gulp-util": "^3.0",
"node-sass": "^3.4.1",
"node-sass": "^3.5.0-beta.1",
"object-assign": "^4.0.1",
"through2": "^2.0.0",
"vinyl-sourcemaps-apply": "^0.2.0"