Skip to content

Commit

Permalink
fix: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed Oct 20, 2024
1 parent 8f05e4e commit 91e90ba
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 15 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"prepare": "pnpm simple-git-hooks",
"prepublishOnly": "bun scripts/prepublishOnly.ts",
"size": "size-limit",
"test:build": "publint --strict ./src && attw --pack ./src --ignore-rules false-esm",
"typecheck": "tsc --noEmit",
"version:update": "bun scripts/updateVersion.ts"
},
Expand All @@ -31,6 +32,7 @@
"@types/bun": "latest",
"@types/node": "^22.7.4",
"buf": "^0.1.1",
"publint": "^0.2.11",
"sherif": "^1.0.1",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.6.2"
Expand Down
120 changes: 120 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,6 @@
"import": "./_esm/index.js",
"default": "./_cjs/index.js"
},
"./accounts": {
"types": "./_types/accounts/index.d.ts",
"import": "./_esm/accounts/index.js",
"default": "./_cjs/accounts/index.js"
},
"./clients": {
"types": "./_types/clients/index.d.ts",
"import": "./_esm/clients/index.js",
"default": "./_cjs/clients/index.js"
},
"./clients/transports": {
"types": "./_types/clients/transports/index.d.ts",
"import": "./_esm/clients/transports/index.js",
"default": "./_cjs/clients/transports/index.js"
},
"./package.json": "./package.json"
},
"peerDependencies": {
Expand Down

0 comments on commit 91e90ba

Please sign in to comment.