Skip to content

Commit

Permalink
Adds @babel/core to the peer dependencies (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis authored and johno committed Sep 9, 2019
1 parent 2eb189b commit 880de38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/babel-plugin-apply-mdx-type-props/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"@babel/helper-plugin-utils": "7.0.0",
"@mdx-js/util": "^1.4.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"scripts": {
"test": "jest"
},
Expand Down

1 comment on commit 880de38

@vercel
Copy link

@vercel vercel bot commented on 880de38 Sep 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.