Skip to content

Commit

Permalink
Ensure node-sass and sass-loader are installed #122
Browse files Browse the repository at this point in the history
  • Loading branch information
dreikanter committed Jun 9, 2019
1 parent 309f1ea commit c2027d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"history": "4.9.0",
"lodash": "^4.17.11",
"momentjs": "^2.0.0",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
Expand All @@ -21,7 +22,8 @@
"redux": "^4.0.1",
"redux-promise-middleware": "^6.1.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0"
"reselect": "^4.0.0",
"sass-loader": "^7.1.0"
},
"devDependencies": {
"@babel/core": "~7.4.4",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6477,7 +6477,7 @@ node-releases@^1.1.19:
dependencies:
semver "^5.3.0"

node-sass@^4.11.0:
node-sass@^4.11.0, node-sass@^4.12.0:
version "4.12.0"
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.12.0.tgz#0914f531932380114a30cc5fa4fa63233a25f017"
integrity sha512-A1Iv4oN+Iel6EPv77/HddXErL2a+gZ4uBeZUy+a8O35CFYTXhgA8MgLCWBtwpGZdCvTvQ9d+bQxX/QC36GDPpQ==
Expand Down

0 comments on commit c2027d9

Please sign in to comment.