Skip to content

Commit

Permalink
fix(dependencies): update gulp-sass version
Browse files Browse the repository at this point in the history
gulp-sass is dependant on node-sass and the current version (2.3.1) tries to download an old version of node-sass that apparently is not available on GitHub anymore. Changing the gulp-sass version to latest version (3.1.0) solves the problem.
  • Loading branch information
fabioluz committed Jun 21, 2017
1 parent cc65ec9 commit 75d331e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dependencies.json
Expand Up @@ -31,7 +31,7 @@
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-less": "^3.1.0",
"gulp-postcss": "6.1.1",
"gulp-sass": "^2.3.2",
"gulp-sass": "^3.1.0",
"gulp-stylus": "^2.5.0",
"gulp-typescript": "^3.1.4",
"gulp-tslint": "^5.0.0",
Expand All @@ -53,4 +53,4 @@
"typescript": ">=1.9.0-dev || ^2.0.0",
"uglify-js": "^2.6.3",
"vinyl-fs": "^2.4.3"
}
}

0 comments on commit 75d331e

Please sign in to comment.