Skip to content

Commit

Permalink
Merge pull request #31 from nabla-studio/DavideSegullo/fix-esm_modules
Browse files Browse the repository at this point in the history
Davide segullo/fix esm modules
  • Loading branch information
DavideSegullo authored Dec 9, 2023
2 parents 9325968 + 026ae4f commit 0c66b3f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/chain-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"type": "module",
"dependencies": {},
"main": "./index.js",
"module": "./index.mjs",
"module": "./index.js",
"typings": "./index.d.ts"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"long": "^5.2.3"
},
"main": "./index.js",
"module": "./index.mjs",
"module": "./index.js",
"typings": "./index.d.ts"
}
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@nuxt/schema": "^3.8.1"
},
"main": "./index.js",
"module": "./index.mjs",
"module": "./index.js",
"typings": "./index.d.ts"
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"eventemitter3": "^5.0.1"
},
"main": "./index.js",
"module": "./index.mjs",
"module": "./index.js",
"typings": "./index.d.ts"
}
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"cosmjs-types": "^0.8.0"
},
"main": "./index.js",
"module": "./index.mjs",
"module": "./index.js",
"typings": "./index.d.ts"
}
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"zustand-vue": "1.0.0-beta.20"
},
"main": "./index.js",
"module": "./index.mjs",
"module": "./index.js",
"typings": "./index.d.ts"
}
2 changes: 1 addition & 1 deletion packages/wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"@cosmostation/extension-client": "^0.1.15"
},
"main": "./index.js",
"module": "./index.mjs",
"module": "./index.js",
"typings": "./index.d.ts"
}

0 comments on commit 0c66b3f

Please sign in to comment.