浏览代码

Updated instanbul js version for fixing arrow function issue.

master
Kalimuthu Selvaraj 4 年前
父节点
当前提交
6e7dee2d58
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      package.json

+ 2
- 2
package.json 查看文件

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"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"
},
"keywords": [
@@ -38,7 +38,7 @@
"chai-as-promised": "^7.1.1",
"coveralls": "^3.1.0",
"cross-env": "^7.0.2",
"istanbul": "^0.4.5",
"istanbul": "^1.0.0-alpha.2",
"mocha": "^7.2.0",
"nyc": "^15.1.0"
},

正在加载...
取消
保存