Skip to content

Commit

Permalink
update serve version
Browse files Browse the repository at this point in the history
update serve version
  • Loading branch information
a-jie committed Aug 4, 2018
1 parent 0eef740 commit 0d2b743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Proton is an easily customizable html5 particle engine including six different types of renderers.",
"main": "./build/proton.min.js",
"scripts": {
"start": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"serve --port 3001\"",
"start": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"serve --listen 3001\"",
"page": "node ./script/makeexamplepage",
"lint": "eslint ./src --config=eslintrc.json",
"build": "rollup -c --pub"
Expand Down Expand Up @@ -37,6 +37,6 @@
"rollup-plugin-license": "^0.5.0",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^4.3.1",
"serve": "^6.4.8"
"serve": "^8.2.0"
}
}

0 comments on commit 0d2b743

Please sign in to comment.