Skip to content

Commit

Permalink
Merge pull request #12455 from donmccurdy/deps-serve
Browse files Browse the repository at this point in the history
Replace 'http-server' with 'serve'.
  • Loading branch information
mrdoob committed Oct 23, 2017
2 parents 9c1b108 + e1cbef8 commit f8c1d1a
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 @@ -31,7 +31,7 @@
"build-test": "rollup -c test/rollup.unit.config.js",
"build-uglify": "rollup -c && uglifyjs build/three.js -cm --preamble \"// threejs.org/license\" > build/three.min.js",
"build-closure": "rollup -c && java -jar node_modules/google-closure-compiler/compiler.jar --warning_level=VERBOSE --jscomp_off=globalThis --jscomp_off=checkTypes --externs utils/build/externs.js --language_in=ECMASCRIPT5_STRICT --js build/three.js --js_output_file build/three.min.js",
"dev": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"http-server\"",
"dev": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"serve --port 8080\"",
"start": "npm run dev",
"lint": "eslint src",
"test": "rollup -c test/rollup.unit.config.js -w",
Expand All @@ -55,10 +55,10 @@
"eslint": "^4.1.1",
"eslint-config-mdcs": "^4.2.2",
"google-closure-compiler": "^20170521.0.0",
"http-server": "^0.10.0",
"qunitjs": "^2.1.1",
"rollup": "^0.43.0",
"rollup-watch": "^4.0.0",
"serve": "^6.3.1",
"uglify-js": "^3.0.23"
}
}

0 comments on commit f8c1d1a

Please sign in to comment.