Skip to content

Commit 154b084

Browse files
committed
Fixes travis-ci - removes unused libs
1 parent a81a29b commit 154b084

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

package.json

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@
3333
"kit",
3434
"boilerplate",
3535
"hot reload",
36-
"react-hot-loader",
37-
"enzyme",
38-
"mocha",
39-
"chai"
36+
"react-hot-loader"
4037
],
4138
"license": "MIT",
4239
"jest": {
@@ -53,13 +50,10 @@
5350
},
5451
"devDependencies": {
5552
"@types/base16": "^1.0.1",
56-
"@types/chai": "^3.4.34",
5753
"@types/classnames": "0.0.32",
58-
"@types/enzyme": "^2.7.1",
5954
"@types/history": "^4.5.0",
6055
"@types/isomorphic-fetch": "0.0.33",
6156
"@types/jest": "^19.2.2",
62-
"@types/mocha": "^2.2.38",
6357
"@types/node": "^7.0.0",
6458
"@types/react": "^15.0.0",
6559
"@types/react-addons-test-utils": "^0.14.16",
@@ -85,11 +79,9 @@
8579
"babel-plugin-transform-decorators-legacy": "^1.3.4",
8680
"babel-plugin-transform-runtime": "^6.23.0",
8781
"babel-preset-es2015": "^6.22.0",
88-
"chai": "^3.5.0",
8982
"classnames": "^2.2.5",
9083
"cross-env": "^4.0.0",
9184
"css-loader": "^0.28.0",
92-
"enzyme": "^2.7.0",
9385
"extract-text-webpack-plugin": "^2.0.0-beta.5",
9486
"fetch-mock": "^5.8.1",
9587
"file-loader": "^0.11.1",
@@ -98,19 +90,6 @@
9890
"istanbul-instrumenter-loader": "^0.2.0",
9991
"jest": "^19.0.2",
10092
"json-loader": "^0.5.4",
101-
"karma": "^1.4.0",
102-
"karma-chai": "^0.1.0",
103-
"karma-chrome-launcher": "^2.0.0",
104-
"karma-coverage": "^1.1.1",
105-
"karma-es6-shim": "^1.0.0",
106-
"karma-firefox-launcher": "^1.0.0",
107-
"karma-mocha": "^1.3.0",
108-
"karma-mocha-reporter": "^2.2.2",
109-
"karma-phantomjs-launcher": "^1.0.2",
110-
"karma-sourcemap-loader": "^0.3.7",
111-
"karma-webpack": "^2.0.1",
112-
"mocha": "^3.2.0",
113-
"phantomjs-prebuilt": "^2.1.14",
11493
"postcss-assets": "^4.1.0",
11594
"postcss-cssnext": "^2.9.0",
11695
"postcss-loader": "^1.2.2",

tsconfig.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
"atom": {
33
"rewriteTsConfig": true
44
},
5-
"typeRoots": [
6-
"typings/global",
7-
"typings/modules"
8-
],
95
"compilerOptions": {
106
"baseUrl": ".",
117
"paths": {

0 commit comments

Comments
 (0)