Skip to content

Commit

Permalink
fix: point to CJS main file; fixes #41
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Oct 12, 2022
1 parent c1f7949 commit b5be146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "mocha-badge-generator",
"version": "0.10.4",
"version": "0.10.5",
"description": "Mocha reporter which outputs badge with the number of tests passed and failed.",
"type": "module",
"main": "src/index.js",
"main": "src/index.cjs",
"bin": {
"mbg": "./bin/mbg.js",
"mocha-badge-generator": "./bin/mbg.js"
Expand Down

0 comments on commit b5be146

Please sign in to comment.