Browse Source

Updated instanbul js version for fixing arrow function issue.

master
Kalimuthu Selvaraj 4 years ago
parent
commit
6e7dee2d58
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      package.json

+ 2
- 2
package.json View File

"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "node_modules/.bin/mocha --reporter spec --timeout 1500000", "test": "node_modules/.bin/mocha --reporter spec --timeout 1500000",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/* --timeout 1500000",
"cover": "nyc node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/* --timeout 1500000",
"coverage": "nyc npm run test" "coverage": "nyc npm run test"
}, },
"keywords": [ "keywords": [
"chai-as-promised": "^7.1.1", "chai-as-promised": "^7.1.1",
"coveralls": "^3.1.0", "coveralls": "^3.1.0",
"cross-env": "^7.0.2", "cross-env": "^7.0.2",
"istanbul": "^0.4.5",
"istanbul": "^1.0.0-alpha.2",
"mocha": "^7.2.0", "mocha": "^7.2.0",
"nyc": "^15.1.0" "nyc": "^15.1.0"
}, },

Loading…
Cancel
Save