Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit 92c9514

Browse files
committed
chore(package): remove karma dependencies
1 parent 9d4e160 commit 92c9514

File tree

3 files changed

+250
-1120
lines changed

3 files changed

+250
-1120
lines changed

karma.conf.js

Lines changed: 0 additions & 61 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,32 +49,26 @@
4949
"babel-plugin-transform-object-rest-spread": "^6.23.0",
5050
"babel-polyfill": "^6.23.0",
5151
"babel-preset-env": "^1.2.2",
52-
"chai": "^3.0.0",
53-
"chai-spies": "^0.7.1",
5452
"cross-env": "^3.2.4",
5553
"del-cli": "^0.2.1",
5654
"eslint": "^3.18.0",
5755
"eslint-config-webpack": "^1.2.0",
5856
"eslint-plugin-import": "^2.2.0",
5957
"jest": "^19.0.2",
6058
"json-loader": "^0.5.4",
61-
"karma": "^1.0.0",
62-
"karma-chrome-launcher": "^1.0.1",
63-
"karma-mocha": "^1.0.1",
64-
"karma-spec-reporter": "0.0.26",
65-
"karma-webpack": "^1.5.1",
6659
"lint-staged": "^3.4.0",
6760
"lodash": "^4.6.1",
68-
"mocha": "^2.5.3",
6961
"node-libs-browser": "^1.0.0",
7062
"nodemon": "^1.11.0",
7163
"nsp": "^2.6.3",
7264
"pre-commit": "^1.2.2",
7365
"raw-loader": "^0.5.1",
7466
"standard-version": "^4.0.0",
75-
"webpack": "^2.3.0",
7667
"webpack-defaults": "^0.4.5"
7768
},
69+
"peerDependencies": {
70+
"webpack": "^2.3.0"
71+
},
7872
"engines": {
7973
"node": ">= 4.3 < 5.0.0 || >= 5.10"
8074
},

0 commit comments

Comments
 (0)