Skip to content

Commit 0d2b743

Browse files
author
a-jie
committed
update serve version
update serve version
1 parent 0eef740 commit 0d2b743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Proton is an easily customizable html5 particle engine including six different types of renderers.",
55
"main": "./build/proton.min.js",
66
"scripts": {
7-
"start": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"serve --port 3001\"",
7+
"start": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"serve --listen 3001\"",
88
"page": "node ./script/makeexamplepage",
99
"lint": "eslint ./src --config=eslintrc.json",
1010
"build": "rollup -c --pub"
@@ -37,6 +37,6 @@
3737
"rollup-plugin-license": "^0.5.0",
3838
"rollup-plugin-uglify": "^2.0.1",
3939
"rollup-watch": "^4.3.1",
40-
"serve": "^6.4.8"
40+
"serve": "^8.2.0"
4141
}
4242
}

0 commit comments

Comments
 (0)