Skip to content

Commit

Permalink
Downgrade node-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Feb 23, 2020
1 parent 6ecb318 commit 5fcbf1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-preprocess": "^3.0.3",
"gulp-rename": "^1.4.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"klaw": "^3.0.0",
"node-sass": "^4.13.1"
"node-sass": "^4.12.0"
},
"resolutions": {
"graceful-fs": "^4.1.15"
},
"devDependencies": {
"ava": "^2.4.0",
"ava": "^3.4.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
Expand Down

0 comments on commit 5fcbf1c

Please sign in to comment.