Skip to content

Commit

Permalink
Merge pull request #32 from itslearning/fix-node-sass-issue
Browse files Browse the repository at this point in the history
Resolve Node-Sass versions
  • Loading branch information
stephane-vanraes authored Feb 6, 2019
2 parents 7a108dd + 9c428da commit 8b62e02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itslearning/protomorph",
"description": "Shared build config for frontend applications",
"version": "8.9.0",
"version": "8.9.1",
"author": "Gavin King <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -65,5 +65,8 @@
"webpack": "4.27.1",
"webpack-clean": "1.2.3",
"webpack-cli": "3.1.2"
},
"resolutions": {
"node-sass": "4.11.0"
}
}

0 comments on commit 8b62e02

Please sign in to comment.