Skip to content

Commit

Permalink
fix(babel-plugin): add missing peer dependency (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 16, 2020
1 parent 9e00f2e commit 03a79b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.7.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
}

0 comments on commit 03a79b6

Please sign in to comment.