Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 11c5516

Browse files
committed
Workaround for rollup/plugins#304
1 parent 929052a commit 11c5516

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
@@ -7,7 +7,7 @@
77
"start": "sirv public"
88
},
99
"devDependencies": {
10-
"@rollup/plugin-commonjs": "^11.0.0",
10+
"@rollup/plugin-commonjs": "11.0.2",
1111
"@rollup/plugin-node-resolve": "^7.0.0",
1212
"rollup": "^1.20.0",
1313
"rollup-plugin-livereload": "^1.0.0",

0 commit comments

Comments
 (0)