Skip to content
Merged
Prev Previous commit
Next Next commit
fix: peerDependencies
  • Loading branch information
christophehurpeau committed Aug 31, 2018
commit c03363757dbb7fdf3c3fbcfddde8e7702b2a6321
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"validate-commit-msg": "^2.14.0"
},
"peerDependencies": {
"babel-core": "6.*"
"babel-core": "6.* || ^7.0.0-bridge.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

If you want to make a breaking change, I can update to "@babel/core": "7.*" ?

Copy link
Owner

Choose a reason for hiding this comment

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

Yeah, let's do that. I'll publish this as a major version bump anyways.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done :)

},
"engines": {
"node": ">=6"
Expand Down