Skip to content

Commit

Permalink
chore: polish (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Jun 13, 2024
1 parent 7b88988 commit 87ee63a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Patch Changes

- 0225039: - **fix**: added Token amount formatter. By @abcrane123 #543 #544
- **chore**: more code cleanup. By @zizzamia #536 #537
- **fix**: added Token amount formatter. By @abcrane123 #543 #544 0225039
- **chore**: more code cleanup. By @zizzamia #536 #537

## 0.20.5

Expand Down
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,13 @@
"packemon": [
{
"bundle": false,
"platform": [
"browser"
]
"platform": ["browser"]
}
],
"publishConfig": {
"access": "public"
},
"files": [
"esm/**/*",
"lib/**/*",
"src/",
"src/**/*"
],
"files": ["esm/**/*", "lib/**/*", "src/", "src/**/*"],
"main": "./esm/index.js",
"types": "./esm/index.d.ts",
"module": "./esm/index.js",
Expand Down

0 comments on commit 87ee63a

Please sign in to comment.