diff options
author | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2018-11-12 21:46:14 +0100 |
---|---|---|
committer | dotnetCarpenter <jon.ronnenberg@gmail.com> | 2018-11-12 21:46:14 +0100 |
commit | 7c72b67d55154ae12a5a7c7d30460f35501cb881 (patch) | |
tree | 9addb67c277667c0e83edff9d22b7aff9834dbae /package.json | |
parent | 77d6ba07a9bb56f066a5b9f44b6599c6aad3e8a4 (diff) | |
download | svg.js-7c72b67d55154ae12a5a7c7d30460f35501cb881.tar.gz svg.js-7c72b67d55154ae12a5a7c7d30460f35501cb881.zip |
saucelabs testing with chrome 70 works - locally
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json index 00a14c5..941ddbd 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,6 @@ "karma-firefox-launcher": "^1.1.0", "karma-jasmine": "^1.1.2", "karma-sauce-launcher": "^1.2.0", - "karma-spec-reporter": "0.0.32", "rollup": "^0.67.0", "rollup-plugin-babel": "^4.0.3", "rollup-plugin-commonjs": "^9.2.0", @@ -94,7 +93,5 @@ "rollup-plugin-uglify": "^6.0.0", "rollup-plugin-uglify-es": "0.0.1", "svgdom": "latest" - }, - "dependencies": {}, - "optionalDependencies": {} + } } |