Skip to content

Commit

Permalink
chore: export cyber/dmn
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Oct 26, 2024
1 parent 9b1c22f commit 0908ca5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions protos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
"types": "./dist/codegen/cosmos/tx/v1beta1/tx.d.ts",
"default": "./dist/codegen/cosmos/tx/v1beta1/tx.js"
},
"./cyber/dmn/v1beta1/tx.js": {
"types": "./dist/codegen/cyber/dmn/tx/v1beta1/tx.d.ts",
"default": "./dist/codegen/cyber/dmn/tx/v1beta1/tx.js"
},
"./google/*.js": {
"types": "./dist/codegen/google/*.d.ts",
"default": "./dist/codegen/google/*.js"
Expand Down Expand Up @@ -126,9 +130,8 @@
"prepare": "npm run build",
"lint-fix": "yarn lint:eslint --fix",
"lint": "tsc",
"test": "ava",
"test:xs": "exit 0",
"test:live": "yarn build && scripts/test-live.js"
"test": "exit 0",
"test:xs": "exit 0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 0908ca5

Please sign in to comment.