Skip to content

Commit

Permalink
fix(package): link main export also in "main" field
Browse files Browse the repository at this point in the history
release-npm
  • Loading branch information
tobua committed May 18, 2024
1 parent 7595ba3 commit ed42b1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@types/bun": "^1.1.1",
"@types/bun": "^1.1.2",
"@types/parse-gitignore": "^1.0.2",
"eslint-config-airbnb": "^19.0.4",
"typescript": "^5.4.5"
Expand All @@ -29,6 +29,7 @@
"typescript": ">= 5"
},
"type": "module",
"main": "./extend.ts",
"exports": {
".": {
"default": "./extend.ts"
Expand Down

0 comments on commit ed42b1b

Please sign in to comment.