Skip to content

Commit

Permalink
updated karma-jasmine to 2.0 - fixing karma-runner/karma-chrome-launc…
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnetCarpenter committed Nov 15, 2018
1 parent 6463efb commit f55ea8a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 26 deletions.
34 changes: 10 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -61,7 +61,6 @@
"server": "npx http-server ./ -d",
"test": "npx karma start .config/karma.conf.js",
"test:ci": "karma start .config/karma.conf.saucelabs.js",
"server": "npx http-server ./ -d",
"build:polyfills": "npx rollup -c .config/rollup.polyfills.js"
},
"devDependencies": {
Expand All @@ -86,7 +85,7 @@
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.2",
"karma-jasmine": "^2.0.0",
"karma-sauce-launcher": "^1.2.0",
"rollup": "^0.67.0",
"rollup-plugin-babel": "^4.0.3",
Expand Down

0 comments on commit f55ea8a

Please sign in to comment.