Skip to content

Commit

Permalink
fix: ditch conditional export syntax (to please bundlephobia)
Browse files Browse the repository at this point in the history
closes #21
  • Loading branch information
cyyynthia committed Jun 1, 2024
1 parent 7eac80f commit d8be034
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smol-toml",
"version": "1.2.0",
"version": "1.2.1",
"keywords": [
"toml",
"parser",
Expand Down Expand Up @@ -34,12 +34,7 @@
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"README.md",
Expand Down

0 comments on commit d8be034

Please sign in to comment.