Skip to content

Commit

Permalink
chore(karma): Switch debug target to Chrome Canary
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Apr 20, 2017
1 parent 666c6d7 commit 9e2bebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"watch:buildesm": "tsc -w -m es6 --outDir lib-esm",
"watch:dts-downlevel": "npm run fixdts",
"watch:test": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1",
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=Chrome",
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=ChromeCanary",
"changelog": "node scripts/update_changelog.js",
"release": "node scripts/release.js"
},
Expand Down

0 comments on commit 9e2bebd

Please sign in to comment.