Skip to content

Commit 5f27fdf

Browse files
authored
Remove unused dependency in JS client (#101)
1 parent ad84164 commit 5f27fdf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/polite-sheep-juggle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-solana-program": patch
3+
---
4+
5+
Remove unused `@solana/webcrypto-ed25519-polyfill` dependency in JS client

template/clients/js/clients/js/package.json.njk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"@ava/typescript": "^4.1.0",
4949
"@solana/eslint-config-solana": "^3.0.3",
5050
"@solana/web3.js": "2.0.0-rc.1",
51-
"@solana/webcrypto-ed25519-polyfill": "2.0.0-rc.1",
5251
"@types/node": "^20",
5352
"@typescript-eslint/eslint-plugin": "^7.16.1",
5453
"@typescript-eslint/parser": "^7.16.1",

0 commit comments

Comments
 (0)