Skip to content

Commit

Permalink
Revert "chore(package): replace istanbul with nyc"
Browse files Browse the repository at this point in the history
This reverts commit fbe8efd.
Superseded by #51
  • Loading branch information
weyusi committed Jun 5, 2019
1 parent 256c977 commit 4b95ed9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ tmp/
.idea/
coverage/
package-lock.json
.nyc_output/
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"eslint": "eslint .",
"test": "mocha test/index.js",
"test-cov": "nyc npm run test"
"test-cov": "istanbul cover --print both _mocha -- test/index.js"
},
"directories": {
"lib": "./lib"
Expand All @@ -21,7 +21,7 @@
"author": "Tommy Chen <[email protected]> (http://zespia.tw)",
"maintainers": [
"Abner Chou <[email protected]> (http://abnerchou.me)"
],
],
"license": "MIT",
"dependencies": {
"minimatch": "^3.0.0",
Expand All @@ -33,8 +33,8 @@
"eslint": "^5.10.0",
"eslint-config-hexo": "^3.0.0",
"hexo": "^3.0.0",
"mocha": "^6.0.2",
"nyc": "^14.1.0"
"istanbul": "^0.4.2",
"mocha": "^6.0.2"
},
"engines": {
"node": ">=6.9.0"
Expand Down

0 comments on commit 4b95ed9

Please sign in to comment.