Skip to content

Commit

Permalink
buble moved to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrTimofey committed Mar 12, 2018
1 parent 0b15b39 commit 2fc5079
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@
"url": "https://github.com/sairion/buble-loader/issues"
},
"dependencies": {
"loader-utils": "^1.1.0",
"buble": "*"
"loader-utils": "^1.1.0"
},
"devDependencies": {
"webpack": "*"
"webpack": "*",
"buble": "*"
},
"peerDependencies": {
"buble": "*"
}
}

0 comments on commit 2fc5079

Please sign in to comment.