Skip to content

Commit

Permalink
Update peerDependency to support babel-plugin-macros 3.0
Browse files Browse the repository at this point in the history
"Drop Node.js < 10 support" is the only breaking change between
babel-plugin-macros 2 and 3.
  • Loading branch information
simnalamburt authored and vedantroy committed Feb 20, 2021
1 parent b521900 commit c2c8b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
"peerDependencies": {
"@babel/core": "^7.9.6",
"babel-plugin-macros": "^2.8.0"
"babel-plugin-macros": "^2.8.0 || ^3.0.0"
},
"files": [
"dist"
Expand Down

0 comments on commit c2c8b19

Please sign in to comment.