diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2018-11-15 20:53:07 +0100 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2018-11-15 20:53:07 +0100 |
commit | f55ea8af221f4f02b258b0406615dc84b945d4a6 (patch) | |
tree | 53d63a05a9bd79363159c670e651c0223d8b7402 /package.json | |
parent | 6463efb447268a514c07e4197b86b22ee8bab084 (diff) | |
download | svg.js-f55ea8af221f4f02b258b0406615dc84b945d4a6.tar.gz svg.js-f55ea8af221f4f02b258b0406615dc84b945d4a6.zip |
updated karma-jasmine to 2.0 - fixing https://github.com/karma-runner/karma-chrome-launcher/issues/190
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 10277f2..379c1e4 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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", |