Skip to content

Commit 3c5db31

Browse files
authored
Fix index location (#63)
* Fixed Package * Fixed Token
1 parent 248dea8 commit 3c5db31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clients/rwa-token-sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@bridgesplit/rwa-token-sdk",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "RWA Token SDK for the development of permissioned tokens on SVM blockchains.",
55
"homepage": "https://github.com/bridgesplit/rwa-token#readme",
6-
"main": "dist/src/index",
7-
"types": "dist/src/index",
6+
"main": "dist/index",
7+
"types": "dist/index",
88
"publishConfig": {
99
"access": "public"
1010
},

0 commit comments

Comments
 (0)