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

Commit fcb39a7

Browse files
committed
chore: move sirv-cli to dependencies;
- Closes #44 - Closes #45
1 parent 710c36b commit fcb39a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
"rollup-plugin-node-resolve": "^4.2.3",
1010
"rollup-plugin-svelte": "^5.0.3",
1111
"rollup-plugin-terser": "^4.0.4",
12-
"sirv-cli": "^0.4.0",
1312
"svelte": "^3.0.0"
1413
},
14+
"dependencies": {
15+
"sirv-cli": "^0.4.4"
16+
},
1517
"scripts": {
1618
"build": "rollup -c",
1719
"autobuild": "rollup -c -w",

0 commit comments

Comments
 (0)