Skip to content

Commit

Permalink
Fix peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Feb 25, 2018
1 parent 8170080 commit 3102137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -15,8 +15,8 @@
"mkdirp": "^0.5.1"
},
"peerDependencies": {
"babel-core": "6 || 7 || ^7.0.0-alpha || ^7.0.0-beta || ^7.0.0-rc",
"webpack": "2 || 3"
"babel-core": "6",
"webpack": "2 || 3 || 4"
},
"devDependencies": {
"ava": "^0.23.0",
Expand Down

0 comments on commit 3102137

Please sign in to comment.