瀏覽代碼

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"
},

Loading…
取消
儲存