Move sirv-cli to dev dependencies

You _almost certainly_ didn't mean for sirv-cli to wind up in the dependencies list.
This commit is contained in:
Christopher Pfohl 2019-08-22 08:48:24 -04:00 committed by GitHub
parent acf40fd181
commit 8003b25c35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",