Skip to content

Commit 6b489f7

Browse files
committed
Fix rollup peer dependency version
1 parent 66dbf6c commit 6b489f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"rollup": "^0.62.0"
2424
},
2525
"peerDependencies": {
26-
"rollup": "^0.60.0"
26+
"rollup": ">=0.60.0"
2727
},
2828
"files": [
2929
"dist",

0 commit comments

Comments
 (0)