From 3544a6ffcda27ccc395c7449d325095043903b64 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Thu, 8 Sep 2016 12:08:38 +0100 Subject: [PATCH] #715 start demo app with localhost by default start page points to localhost:3000, server is running at 0.0.0.0:3000 by default --- demo-shell-ng2/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo-shell-ng2/package.json b/demo-shell-ng2/package.json index 74a24d3f8a..65ba46cf33 100644 --- a/demo-shell-ng2/package.json +++ b/demo-shell-ng2/package.json @@ -11,7 +11,7 @@ "aws": "node app.js", "tsc": "tsc", "tsc:w": "tsc -w", - "serve": "wsrv -o -s -l -p 3000 -a 0.0.0.0 -x ./server/versions.js", + "serve": "wsrv -O http://localhost:3000 -s -l -p 3000 -a 0.0.0.0 -x ./server/versions.js", "typings": "typings install", "tslint": "tslint -c tslint.json *.ts && tslint -c tslint.json 'app/{,**/}**.ts'", "licensecheck": "license-check" @@ -96,7 +96,7 @@ "tslint": "3.8.1", "typescript": "1.8.10", "typings": "1.0.4", - "wsrv": "0.1.4" + "wsrv": "^0.1.5" }, "license-check-config": { "src": [