Skip to content

Commit

Permalink
chore: don't change main field
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Jan 7, 2024
1 parent f31d22b commit e1c6b9d
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 @@ -61,7 +61,7 @@
"demo": "node --require ts-node/register demos/advanced.ts"
},
"publishConfig": {
"main": "lib/advanced/index.js",
"main": "lib/advanced/index",
"module": "lib/advanced/index.mjs",
"browser": {
"./lib/platform/node.js": "./lib/platform/browser.js",
Expand Down

0 comments on commit e1c6b9d

Please sign in to comment.