Skip to content

Commit

Permalink
fix: re-add main export aain
Browse files Browse the repository at this point in the history
fixes #106
  • Loading branch information
tripodsan committed Aug 2, 2022
1 parent 3ab8518 commit 5a82d5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"readmeFilename": "README.md",
"description": "provides native ESM import mocking for unit tests",
"author": "chris <[email protected]>",
"main": "./src/esmockLoader.js",
"exports": {
"types": "./src/esmock.d.ts",
"import": "./src/esmockLoader.js"
Expand Down

0 comments on commit 5a82d5c

Please sign in to comment.