Skip to content

Commit

Permalink
Move sirv-cli to dev dependencies
Browse files Browse the repository at this point in the history
You _almost certainly_ didn't mean for sirv-cli to wind up in the dependencies list.
  • Loading branch information
Crisfole authored Aug 22, 2019
1 parent acf40fd commit 8003b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-terser": "^4.0.4",
"sirv-cli": "^0.4.4",
"svelte": "^3.0.0"
},
"dependencies": {
"sirv-cli": "^0.4.4"
},
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit 8003b25

Please sign in to comment.