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

Commit 8003b25

Browse files
authored
Move sirv-cli to dev dependencies
You _almost certainly_ didn't mean for sirv-cli to wind up in the dependencies list.
1 parent acf40fd commit 8003b25

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
@@ -9,10 +9,10 @@
99
"rollup-plugin-node-resolve": "^5.2.0",
1010
"rollup-plugin-svelte": "^5.0.3",
1111
"rollup-plugin-terser": "^4.0.4",
12+
"sirv-cli": "^0.4.4",
1213
"svelte": "^3.0.0"
1314
},
1415
"dependencies": {
15-
"sirv-cli": "^0.4.4"
1616
},
1717
"scripts": {
1818
"build": "rollup -c",

0 commit comments

Comments
 (0)