Skip to content

Commit

Permalink
chore: replace nyc with c8
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Apr 23, 2022
1 parent 96ebfca commit c7cc401
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"build": "tsc -b",
"pretest": "npm run build",
"prepublishOnly": "npm run build",
"test": "nyc mocha ./dist/test --exit",
"coverage": "nyc report --reporter=lcov --reporter=text-summary",
"test": "c8 mocha ./dist/test --exit",
"coverage": "c8 report --reporter=lcov --reporter=text-summary",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
Expand All @@ -34,7 +34,6 @@
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "MIT",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/capitalize": "^2.0.0",
"@types/chai": "^4.3.0",
"@types/debug": "^4.1.7",
Expand All @@ -49,7 +48,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"mocha": "^9.2.0",
"nyc": "^15.1.0",
"c8": "^7.11.0",
"pre-commit": "1.2.2",
"sinon": "^12.0.1",
"source-map-support": "^0.5.21",
Expand Down

0 comments on commit c7cc401

Please sign in to comment.