aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordotnetCarpenter <jon.ronnenberg@gmail.com>2018-11-12 21:46:14 +0100
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2018-11-12 21:46:14 +0100
commit7c72b67d55154ae12a5a7c7d30460f35501cb881 (patch)
tree9addb67c277667c0e83edff9d22b7aff9834dbae /package.json
parent77d6ba07a9bb56f066a5b9f44b6599c6aad3e8a4 (diff)
downloadsvg.js-7c72b67d55154ae12a5a7c7d30460f35501cb881.tar.gz
svg.js-7c72b67d55154ae12a5a7c7d30460f35501cb881.zip
saucelabs testing with chrome 70 works - locally
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
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": {}
+ }
}