aboutsummaryrefslogtreecommitdiff
path: root/node_modules/istanbul-lib-coverage/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/istanbul-lib-coverage/package.json')
-rw-r--r--node_modules/istanbul-lib-coverage/package.json12
1 files changed, 3 insertions, 9 deletions
diff --git a/node_modules/istanbul-lib-coverage/package.json b/node_modules/istanbul-lib-coverage/package.json
index f9ce1f2b8..2e9bc8cc9 100644
--- a/node_modules/istanbul-lib-coverage/package.json
+++ b/node_modules/istanbul-lib-coverage/package.json
@@ -1,23 +1,17 @@
{
"name": "istanbul-lib-coverage",
- "version": "1.0.0",
+ "version": "1.0.2",
"description": "Data library for istanbul coverage objects",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "index.js",
"scripts": {
- "fast": "mocha test/",
"pretest": "jshint index.js lib/ test/",
- "test": "istanbul cover -x 'docs/**' --include-all-sources --print=both _mocha -- test/",
- "posttest": "istanbul check-coverage --statements 95 --branches 80",
- "release": "standard-version"
+ "test": "mocha"
},
"devDependencies": {
"chai": "^3.0.0",
- "coveralls": "^2.11.4",
- "istanbul": "^0.4.0",
"jshint": "^2.8.0",
- "mocha": "^2.2.5",
- "standard-version": "^2.4.0"
+ "mocha": "^3.2.0"
},
"karmaDeps": {
"browserify-istanbul": "^0.2.1",