Skip to content

Commit

Permalink
Fix sdk-solana-ntt entry point (#476)
Browse files Browse the repository at this point in the history
Temporary fix as entrypoint needs to be set to dist/cjs|esm/ts/
directory.
  • Loading branch information
tonyjin authored Jul 12, 2024
1 parent 9f9dd3f commit c62c572
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"test": "tests"
},
"license": "Apache-2.0",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/ts/index.js",
"types": "./dist/cjs/ts/index.d.ts",
"module": "./dist/esm/ts/index.js",
"description": "NTT SDK for Solana",
"files": [
"dist/esm",
Expand Down

0 comments on commit c62c572

Please sign in to comment.