Skip to content

Commit 388eaa6

Browse files
Copilotdoesdev
andcommitted
Fix version range spacing in peerDependencies for better readability
Co-authored-by: doesdev <1575051+doesdev@users.noreply.github.com>
1 parent d7b6c8d commit 388eaa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"homepage": "http://rollup-plugin-analyzer.doesdev.com/",
4444
"peerDependencies": {
45-
"rollup": "^1.0.0||^2.0.0||^3.0.0||^4.0.0"
45+
"rollup": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
4646
},
4747
"peerDependenciesMeta": {
4848
"rollup": {

0 commit comments

Comments
 (0)