Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit 2f61a26

Browse files
louislarrypetebacondarwin
authored andcommitted
chore(package.json): fix http-server parameters
1 parent 1150fab commit 2f61a26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"postinstall": "bower install",
2020

2121
"prestart": "npm install",
22-
"start": "http-server --domain 0.0.0.0 --port 8000",
22+
"start": "http-server -a 0.0.0.0 -p 8000",
2323

2424
"pretest": "npm install",
2525
"test": "node node_modules/karma/bin/karma start test/karma.conf.js",

0 commit comments

Comments
 (0)