Skip to content

Commit

Permalink
webpack moved to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrTimofey committed Mar 12, 2018
1 parent 2fc5079 commit 77cbf02
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@
"loader-utils": "^1.1.0"
},
"devDependencies": {
"webpack": "*",
"buble": "*"
"buble": "*",
"webpack": "*"
},
"peerDependencies": {
"buble": "*"
"buble": "*",
"webpack": "*"
}
}

0 comments on commit 77cbf02

Please sign in to comment.