Skip to content

Commit

Permalink
fix packages.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Feb 14, 2025
1 parent 9d618fd commit da1efb7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 27 deletions.
12 changes: 3 additions & 9 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,15 @@
"Simon Warta"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/",
"*.md",
"!*.spec.*",
"!**/testdata/"
],
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/hyperweb-io/interchainjs/tree/main/packages/crypto"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org",
"directory": "dist"
},
"scripts": {
Expand Down
12 changes: 3 additions & 9 deletions packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,15 @@
"IOV SAS <[email protected]>"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/",
"*.md",
"!*.spec.*",
"!**/testdata/"
],
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/hyperweb-io/interchainjs/tree/main/packages/math"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org",
"directory": "dist"
},
"scripts": {
Expand Down
12 changes: 3 additions & 9 deletions packages/pubkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,15 @@
"IOV SAS <[email protected]>"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/",
"*.md",
"!*.spec.*",
"!**/testdata/"
],
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/hyperweb-io/interchainjs/tree/main/packages/pubkey"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org",
"directory": "dist"
},
"scripts": {
Expand Down

0 comments on commit da1efb7

Please sign in to comment.