We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01e265 commit b6d0e70Copy full SHA for b6d0e70
governance/pyth_staking_sdk/package.json
@@ -2,11 +2,14 @@
2
"name": "@pythnetwork/staking-sdk",
3
"version": "0.0.1",
4
"description": "Pyth staking SDK",
5
- "main": "src/index.ts",
6
- "types": "src/index.d.ts",
+ "main": "dist/src/index.js",
+ "types": "dist/src/index.d.ts",
7
"publishConfig": {
8
"access": "public"
9
},
10
+ "files": [
11
+ "dist/**/*"
12
+ ],
13
"scripts": {
14
"build": "tsc && node scripts/update-package-json.mjs",
15
"test": "pnpm run test:format && pnpm run test:lint && pnpm run test:integration && pnpm run test:types",
0 commit comments