Skip to content

Commit

Permalink
Merge pull request #8 from RaisinTen/fix-exports-main-target
Browse files Browse the repository at this point in the history
Fix "exports" main target
  • Loading branch information
RaisinTen authored May 14, 2024
2 parents e8ca2ce + 93c493a commit 5ed1802
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
"url": "[email protected]:RaisinTen/perftrace.git"
},
"homepage": "https:/RaisinTen/perftrace?tab=readme-ov-file#perftrace",
"main": "index.mjs",
"type": "module",
"exports": {
"import": "index.mjs",
"require": "index.cjs"
"import": "./index.mjs",
"require": "./index.cjs"
},
"scripts": {
"test": "npm run test:node && npm run test:browser",
Expand Down

0 comments on commit 5ed1802

Please sign in to comment.