Skip to content

Commit

Permalink
fix: node-sass and sass are optional peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Aug 23, 2019
1 parent fab50ab commit 29b0e11
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Expand Up @@ -35,7 +35,17 @@
"dist"
],
"peerDependencies": {
"webpack": "^4.36.0"
"webpack": "^4.36.0",
"node-sass": "^4.0.0",
"sass": "^1.3.0"
},
"peerDependenciesMeta": {
"node-sass": {
"optional": true
},
"sass": {
"optional": true
}
},
"dependencies": {
"clone-deep": "^4.0.1",
Expand Down

0 comments on commit 29b0e11

Please sign in to comment.