Skip to content

Commit

Permalink
chore: move sirv-cli to dependencies;
Browse files Browse the repository at this point in the history
- Closes sveltejs#44
- Closes sveltejs#45
  • Loading branch information
lukeed committed Jun 12, 2019
1 parent 710c36b commit fcb39a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-terser": "^4.0.4",
"sirv-cli": "^0.4.0",
"svelte": "^3.0.0"
},
"dependencies": {
"sirv-cli": "^0.4.4"
},
"scripts": {
"build": "rollup -c",
"autobuild": "rollup -c -w",
Expand Down

0 comments on commit fcb39a7

Please sign in to comment.