Skip to content

Commit

Permalink
updated package.json to fix ES6 module import warning (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: Pradeep Chouhan <pchouhan1@bigw.com>
  • Loading branch information
pradudev and pradeepc-bigw authored Mar 5, 2024
1 parent 0e69c10 commit 929b299
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 @@ -20,7 +20,7 @@
],
"author": "lukejpreston <lukejpreston@gmail.com>",
"license": "MIT",
"main": "xunit-viewer",
"main": "xunit-viewer.js",
"bin": {
"xunit-viewer": "bin/xunit-viewer.js"
},
Expand Down

0 comments on commit 929b299

Please sign in to comment.