Use chromium as the default test browser

This commit is contained in:
Nils Norman Haukås 2016-08-25 16:47:39 +02:00
parent cd02b08a9f
commit e5c9317569

View file

@ -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"
},