Skip to content

Commit 0908ca5

Browse files
committed
chore: export cyber/dmn
1 parent 9b1c22f commit 0908ca5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

protos/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
"types": "./dist/codegen/cosmos/tx/v1beta1/tx.d.ts",
4949
"default": "./dist/codegen/cosmos/tx/v1beta1/tx.js"
5050
},
51+
"./cyber/dmn/v1beta1/tx.js": {
52+
"types": "./dist/codegen/cyber/dmn/tx/v1beta1/tx.d.ts",
53+
"default": "./dist/codegen/cyber/dmn/tx/v1beta1/tx.js"
54+
},
5155
"./google/*.js": {
5256
"types": "./dist/codegen/google/*.d.ts",
5357
"default": "./dist/codegen/google/*.js"
@@ -126,9 +130,8 @@
126130
"prepare": "npm run build",
127131
"lint-fix": "yarn lint:eslint --fix",
128132
"lint": "tsc",
129-
"test": "ava",
130-
"test:xs": "exit 0",
131-
"test:live": "yarn build && scripts/test-live.js"
133+
"test": "exit 0",
134+
"test:xs": "exit 0"
132135
},
133136
"publishConfig": {
134137
"access": "public"

0 commit comments

Comments
 (0)