Skip to content

Commit 9f9a7ac

Browse files
committed
includes prod and dev files in npm package
1 parent 1ba0f8c commit 9f9a7ac

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
"version": "0.0.0-set-on-publish",
66
"description": "Package contains IDL and shared object files for the Solana Gateway program, enabling cross-chain functionality with ZetaChain",
77
"files": [
8-
"mainnet",
9-
"testnet",
10-
"index.js"
8+
"prod",
9+
"dev"
1110
],
1211
"scripts": {
1312
"fmt:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
@@ -33,4 +32,4 @@
3332
"ts-mocha": "^10.0.0",
3433
"typescript": "^4.3.5"
3534
}
36-
}
35+
}

0 commit comments

Comments
 (0)