Skip to content

Commit b6d0e70

Browse files
committed
fix
1 parent a01e265 commit b6d0e70

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

governance/pyth_staking_sdk/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
"name": "@pythnetwork/staking-sdk",
33
"version": "0.0.1",
44
"description": "Pyth staking SDK",
5-
"main": "src/index.ts",
6-
"types": "src/index.d.ts",
5+
"main": "dist/src/index.js",
6+
"types": "dist/src/index.d.ts",
77
"publishConfig": {
88
"access": "public"
99
},
10+
"files": [
11+
"dist/**/*"
12+
],
1013
"scripts": {
1114
"build": "tsc && node scripts/update-package-json.mjs",
1215
"test": "pnpm run test:format && pnpm run test:lint && pnpm run test:integration && pnpm run test:types",

0 commit comments

Comments
 (0)