Add missing peerDependencies.

This commit is contained in:
Logan Smyth
2017-10-31 14:23:11 -07:00
parent 0e2a249746
commit 948f741067
19 changed files with 75 additions and 18 deletions

View File

@@ -7,5 +7,8 @@
"main": "lib/index.js",
"keywords": [
"babel-plugin"
]
],
"peerDependencies": {
"@babel/core": ">=7.0.0-beta.4 <7.0.0-rc.0"
}
}