Skip to content

Commit

Permalink
Fixes travis-ci - removes unused libs
Browse files Browse the repository at this point in the history
  • Loading branch information
hirako2000 committed Apr 8, 2017
1 parent a81a29b commit 154b084
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
23 changes: 1 addition & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@
"kit",
"boilerplate",
"hot reload",
"react-hot-loader",
"enzyme",
"mocha",
"chai"
"react-hot-loader"
],
"license": "MIT",
"jest": {
Expand All @@ -53,13 +50,10 @@
},
"devDependencies": {
"@types/base16": "^1.0.1",
"@types/chai": "^3.4.34",
"@types/classnames": "0.0.32",
"@types/enzyme": "^2.7.1",
"@types/history": "^4.5.0",
"@types/isomorphic-fetch": "0.0.33",
"@types/jest": "^19.2.2",
"@types/mocha": "^2.2.38",
"@types/node": "^7.0.0",
"@types/react": "^15.0.0",
"@types/react-addons-test-utils": "^0.14.16",
Expand All @@ -85,11 +79,9 @@
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"chai": "^3.5.0",
"classnames": "^2.2.5",
"cross-env": "^4.0.0",
"css-loader": "^0.28.0",
"enzyme": "^2.7.0",
"extract-text-webpack-plugin": "^2.0.0-beta.5",
"fetch-mock": "^5.8.1",
"file-loader": "^0.11.1",
Expand All @@ -98,19 +90,6 @@
"istanbul-instrumenter-loader": "^0.2.0",
"jest": "^19.0.2",
"json-loader": "^0.5.4",
"karma": "^1.4.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-es6-shim": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.1",
"mocha": "^3.2.0",
"phantomjs-prebuilt": "^2.1.14",
"postcss-assets": "^4.1.0",
"postcss-cssnext": "^2.9.0",
"postcss-loader": "^1.2.2",
Expand Down
4 changes: 0 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"atom": {
"rewriteTsConfig": true
},
"typeRoots": [
"typings/global",
"typings/modules"
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
Expand Down

0 comments on commit 154b084

Please sign in to comment.