Skip to content

Commit

Permalink
Fix typo in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 20, 2023
1 parent a75b08b commit d19621a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"homepage": "https://mojojs.org",
"scripts": {
"coverage": "c8 tap --disable-coverage --allow-empty-coverage test/*.js",
"coverage:ci": "c8 --reporter lcovonly tap --no-coverage test/*.js",
"coverage:ci": "c8 --reporter lcovonly tap --disable-coverage --allow-empty-coverage test/*.js",
"lint": "eslint \"test/*.js\" \"lib/*.js\"",
"publish:minor": "npm version minor && npm publish",
"publish:patch": "npm version patch && npm publish",
Expand Down

0 comments on commit d19621a

Please sign in to comment.