Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Convert EvmosJS package to ESM (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
0a1c authored Feb 25, 2023
1 parent 9dcfa0f commit 51c98f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/evmosjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "evmosjs",
"description": "JS and TS libs for Evmos",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,6 +11,7 @@
"_moduleAliases": {
"~evmosjs": "dist"
},
"type": "module",
"scripts": {
"postinstall": "shx mkdir -p dist && link-module-alias",
"build": "tsc --build tsconfig.build.json && link-module-alias",
Expand All @@ -29,7 +30,7 @@
"@evmos/address-converter": "^0.1.9",
"@evmos/eip712": "^0.3.0",
"@evmos/proto": "^0.2.0",
"@evmos/provider": "^0.3.0",
"@evmos/provider": "^0.3.1",
"@evmos/transactions": "^0.3.0",
"link-module-alias": "^1.2.0",
"shx": "^0.3.4"
Expand Down

0 comments on commit 51c98f8

Please sign in to comment.