Skip to content

Commit

Permalink
chore(package.json): add coverage and codeclimate-test-reporter support
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed Sep 7, 2015
1 parent 01f65f3 commit 3eb5f5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"main": "lib/index.js",
"scripts": {
"build": "echo 'build script' && exit 0",
"test:cov": "istanbul cover --report lcov tape $npm_package_config_tape",
"test": "tape $npm_package_config_tape"
},
"config": {
Expand Down Expand Up @@ -34,6 +35,8 @@
},
"homepage": "https://github.com/tomchentw/unused-files-webpack-plugin/",
"devDependencies": {
"codeclimate-test-reporter": "^0.1.0",
"istanbul": "^0.3.19",
"memory-fs": "^0.2.0",
"tape": "^4.2.0",
"tomchentw-npm-dev": "^3.0.0",
Expand Down

0 comments on commit 3eb5f5d

Please sign in to comment.