Skip to content

Commit

Permalink
Fix gulp-sass verion
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-malko committed Aug 21, 2019
1 parent 5e801af commit 46f03ec
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tars-cli",
"version": "1.11.0",
"version": "1.11.1",
"engines": {
"node": "^8.x.x"
},
Expand Down Expand Up @@ -72,7 +72,7 @@
"gulp-pug-inheritance": "https://github.com/artem-malko/gulp-pug-inheritance/archive/master.tar.gz",
"gulp-rename": "^1.4.0",
"gulp-replace-task": "0.11.0",
"gulp-sass": "https://github.com/stof/gulp-sass/archive/upgrade_lodash.tar.gz",
"gulp-sass": "https://github.com/stof/gulp-sass/archive/7ab018e3678729392978311eef2cb02754650960.tar.gz",
"gulp-sourcemaps": "^1.6.0",
"gulp-strip-debug": "^3.0.0",
"gulp-stylus": "^2.7.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4500,9 +4500,9 @@ [email protected]:
gulp-util "^3.0.0"
through2 "^2.0.0"

"gulp-sass@https://github.com/stof/gulp-sass/archive/upgrade_lodash.tar.gz":
"gulp-sass@https://github.com/stof/gulp-sass/archive/7ab018e3678729392978311eef2cb02754650960.tar.gz":
version "4.0.2"
resolved "https://github.com/stof/gulp-sass/archive/upgrade_lodash.tar.gz#702158219f2244a2bb1c13447175850d6b1d16c3"
resolved "https://github.com/stof/gulp-sass/archive/7ab018e3678729392978311eef2cb02754650960.tar.gz#79525bca93e0362892fb2b9c7140b978dfcc4727"
dependencies:
chalk "^2.3.0"
lodash "^4.17.11"
Expand Down

0 comments on commit 46f03ec

Please sign in to comment.