File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
template/clients/js/clients/js Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " create-solana-program " : patch
3+ ---
4+
5+ Point to correct location for TypeScript definitions
Original file line number Diff line number Diff line change 33 "version": "0.0.0",
44 "description": "JavaScript client for the {{ programName | titleCase }} program",
55 "sideEffects": false,
6- "module": "dist/src/index.mjs",
7- "main": "dist/src/index.js",
8- "types": "dist/types/index.d.ts",
6+ "module": "./ dist/src/index.mjs",
7+ "main": "./ dist/src/index.js",
8+ "types": "./ dist/types/src /index.d.ts",
99 "exports": {
1010 ".": {
11- "types": "./dist/src/index.d.ts",
11+ "types": "./dist/types/ src/index.d.ts",
1212 "import": "./dist/src/index.mjs",
1313 "require": "./dist/src/index.js"
1414 }
You can’t perform that action at this time.
0 commit comments