summaryrefslogtreecommitdiff
path: root/node_modules/istanbul-lib-instrument/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/istanbul-lib-instrument/package.json')
-rw-r--r--node_modules/istanbul-lib-instrument/package.json24
1 files changed, 5 insertions, 19 deletions
diff --git a/node_modules/istanbul-lib-instrument/package.json b/node_modules/istanbul-lib-instrument/package.json
index 8b83b763c..48cf66cb4 100644
--- a/node_modules/istanbul-lib-instrument/package.json
+++ b/node_modules/istanbul-lib-instrument/package.json
@@ -1,16 +1,14 @@
{
"name": "istanbul-lib-instrument",
- "version": "1.3.0",
+ "version": "1.7.0",
"description": "Core istanbul API for JS code coverage",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "dist/index.js",
"scripts": {
"release": "babel src --out-dir dist && documentation build -f md -o api.md src",
- "test": "cross-env NODE_ENV=test nyc --check-coverage --statements 90 --branches 80 mocha --recursive test/",
+ "test": "mocha --require=babel-register",
"pretest": "jshint src/ test/",
- "prepublish": "npm test && npm run release",
- "version": "standard-version",
- "coverage": "nyc report --reporter=text-lcov | coveralls"
+ "prepublish": "npm run release"
},
"dependencies": {
"babel-generator": "^6.18.0",
@@ -18,7 +16,7 @@
"babel-traverse": "^6.18.0",
"babel-types": "^6.18.0",
"babylon": "^6.13.0",
- "istanbul-lib-coverage": "^1.0.0",
+ "istanbul-lib-coverage": "^1.0.2",
"semver": "^5.3.0"
},
"devDependencies": {
@@ -34,19 +32,7 @@
"js-yaml": "^3.3.1",
"jshint": "^2.8.0",
"mocha": "^3.1.2",
- "nopt": "^3.0.6",
- "nyc": "^8.3.1",
- "standard-version": "^3.0.0"
- },
- "nyc": {
- "include": [
- "src/**/*.js"
- ],
- "require": [
- "babel-register"
- ],
- "sourceMap": false,
- "instrument": false
+ "nopt": "^3.0.6"
},
"license": "BSD-3-Clause",
"bugs": {