From e5c9317569f4cc1faebfd2459dee24cc9a3f6a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Norman=20Hauk=C3=A5s?= Date: Thu, 25 Aug 2016 16:47:39 +0200 Subject: [PATCH] Use chromium as the default test browser --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b52edb..f3fe785 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "clean": "rm -r dist typings node_modules jspm_packages || true", "build": "jspm bundle-sfx src/app/main.ts dist/app.js --inline-source-maps && ./build.sh", - "start": "browser-sync start --no-notify -b google-chrome --startPath test/ --server --files 'src/**/*'", + "start": "browser-sync start --no-notify -b chromium-browser --startPath test/ --server --files 'src/**/*'", "package": "rm dist.zip && zip -r dist.zip dist", "postinstall": "typings install && jspm install" },