Skip to content

Commit

Permalink
Move node-sass and webpack to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rokumatsumoto committed May 9, 2019
1 parent 40987fe commit 21e9332
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1,497 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"glob": "^7.1.3",
"js-yaml": "^3.13.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"path-complete-extname": "^1.0.0",
"pnp-webpack-plugin": "^1.4.1",
Expand All @@ -45,11 +44,14 @@
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.2.3",
"webpack": "^4.29.6",
"webpack-assets-manifest": "^3.1.1",
"webpack-cli": "^3.2.3",
"webpack-sources": "^1.3.0"
},
"peerDependencies": {
"node-sass": "^4.11.0",
"webpack": "^4.29.6"
},
"devDependencies": {
"eslint": "^5.15.1",
"eslint-config-airbnb": "^17.1.0",
Expand Down
Loading

0 comments on commit 21e9332

Please sign in to comment.