Skip to content

Commit 2867985

Browse files
bennypowersasyncliz
authored andcommitted
fix: accept rollup 1 as peerDep (#2)
1 parent 6ec7f03 commit 2867985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"rollup-pluginutils": "^2.3.0"
6161
},
6262
"peerDependencies": {
63-
"rollup": "^0.65.2"
63+
"rollup": "^0.65.2||^1"
6464
},
6565
"devDependencies": {
6666
"@types/chai": "^4.1.4",

0 commit comments

Comments
 (0)