Skip to content

Commit a5f8589

Browse files
committed
Fix peer dependency warnings
1 parent 4e1cda2 commit a5f8589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"author": "Jessica Silva",
3232
"license": "MIT",
3333
"peerDependencies": {
34-
"extract-text-webpack-plugin": "^2.1.0",
35-
"webpack": "^2.2.0"
34+
"extract-text-webpack-plugin": "^3.0.0",
35+
"webpack": "^3.5.5"
3636
},
3737
"devDependencies": {
3838
"chai": "^3.5.0",

0 commit comments

Comments
 (0)