Skip to content

Commit

Permalink
feat(rollup): update the peerDependencies version range to >=2.3.0 <3…
Browse files Browse the repository at this point in the history
….0.0

>=2.3.0 adds API support for CLI/config parsing: rollup/rollup#3445
  • Loading branch information
jbedard authored and alexeagle committed May 13, 2020
1 parent 9428fc4 commit e05f5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rollup/package.json
@@ -1,7 +1,7 @@
{
"name": "@bazel/rollup",
"peerDependencies": {
"rollup": ">=1.0.0 <2.0.0"
"rollup": ">=2.3.0 <3.0.0"
},
"description": "Run rollup.js bundler under Bazel",
"license": "Apache-2.0",
Expand Down

0 comments on commit e05f5be

Please sign in to comment.