Skip to content

Commit

Permalink
removed karma
Browse files Browse the repository at this point in the history
  • Loading branch information
jspears committed May 2, 2016
1 parent e37b6e3 commit a578d11
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 92 deletions.
33 changes: 0 additions & 33 deletions karma.conf.js

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.7.2",
"expect": "^1.13.4",
"mocha": "^2.3.4",
"react": "^15.0.2",
Expand All @@ -34,7 +35,7 @@
},
"scripts": {
"dist": "babel src --out-dir dist",
"test": "mocha test/*-test.js",
"test": "mocha --compilers js:babel-register test/*-test.js",
"prepublish": "npm run dist",
"preversion": "npm run prepublish && npm run test"
}
Expand Down
5 changes: 0 additions & 5 deletions test/index.js

This file was deleted.

53 changes: 0 additions & 53 deletions webpack.config.js

This file was deleted.

0 comments on commit a578d11

Please sign in to comment.