Skip to content

Commit 77533d4

Browse files
committed
Merge pull request react-bootstrap#996 from AlexKVal/deps
Remove unnecessary dev dependencies
2 parents 8ade045 + f1f0bcb commit 77533d4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

karma.conf.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ module.exports = function (config) {
2525

2626
frameworks: [
2727
'mocha',
28-
'chai',
29-
'sinon',
3028
'sinon-chai'
3129
],
3230

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
"isparta-loader": "^0.2.0",
7171
"json-loader": "^0.5.1",
7272
"karma": "~0.12.32",
73-
"karma-chai": "^0.1.0",
7473
"karma-chrome-launcher": "~0.2.0",
7574
"karma-cli": "0.1.0",
7675
"karma-coverage": "^0.4.2",
@@ -79,7 +78,6 @@
7978
"karma-mocha": "~0.2.0",
8079
"karma-mocha-reporter": "^1.0.2",
8180
"karma-phantomjs-launcher": "^0.2.0",
82-
"karma-sinon": "^1.0.3",
8381
"karma-sinon-chai": "^1.0.0",
8482
"karma-sourcemap-loader": "^0.3.4",
8583
"karma-webpack": "^1.5.0",

0 commit comments

Comments
 (0)