Skip to content

Commit

Permalink
docs: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
doodoo-aihc committed Mar 9, 2024
1 parent 5ade172 commit cb6c34c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 37 deletions.
3 changes: 3 additions & 0 deletions .changeset/tender-ways-applaud.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
---

release: 1.0.5

- build: upgrade @solana-fm/utils to 1.0.5
- fix: remove snakeCase package to ensure CJS can be built
33 changes: 0 additions & 33 deletions packages/explorerkit-idls/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions packages/explorerkit-translator/README.md

This file was deleted.

13 changes: 12 additions & 1 deletion packages/explorerkit-translator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@
"lint:fix": "TIMING=1 eslint \"src/**/*.ts*\" --fix",
"publish-package": "pnpm build && npm publish --access=public"
},
"keywords": [],
"keywords": [
"solana",
"web3",
"parser",
"data-parser"
],
"author": "SolanaFM",
"license": "GPL-3.0-or-later",
"devDependencies": {
Expand All @@ -34,6 +39,12 @@
"tsconfig": "workspace:*",
"vitest": "^0.34.2"
},
"homepage": "https://github.com/solana-fm/explorer-kit#readme",
"repository": {
"type": "git",
"url": "https://github.com/solana-fm/explorer-kit.git",
"directory": "packages/explorerkit-translator"
},
"dependencies": {
"@coral-xyz/anchor": "^0.28.1-beta.2",
"@metaplex-foundation/umi": "^0.8.6",
Expand Down

0 comments on commit cb6c34c

Please sign in to comment.