Skip to content

Commit

Permalink
move scripts above deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mvllow authored and Conduitry committed Nov 25, 2019
1 parent fa6bf0c commit 51c56eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "svelte-app",
"version": "1.0.0",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public"
},
"devDependencies": {
"rollup": "^1.12.0",
"rollup-plugin-commonjs": "^10.0.0",
Expand All @@ -12,10 +17,5 @@
},
"dependencies": {
"sirv-cli": "^0.4.4"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public"
}
}

0 comments on commit 51c56eb

Please sign in to comment.