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 9b1c22f commit 0908ca5Copy full SHA for 0908ca5
protos/package.json
@@ -48,6 +48,10 @@
48
"types": "./dist/codegen/cosmos/tx/v1beta1/tx.d.ts",
49
"default": "./dist/codegen/cosmos/tx/v1beta1/tx.js"
50
},
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
+ },
55
"./google/*.js": {
56
"types": "./dist/codegen/google/*.d.ts",
57
"default": "./dist/codegen/google/*.js"
@@ -126,9 +130,8 @@
126
130
"prepare": "npm run build",
127
131
"lint-fix": "yarn lint:eslint --fix",
128
132
"lint": "tsc",
129
- "test": "ava",
- "test:xs": "exit 0",
- "test:live": "yarn build && scripts/test-live.js"
133
+ "test": "exit 0",
134
+ "test:xs": "exit 0"
135
136
"publishConfig": {
137
"access": "public"
0 commit comments