Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Sep 23, 2024
1 parent e3975d3 commit e6e0549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions packages/ensjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensdomains/ensjs",
"version": "4.0.1-alpha.0",
"version": "4.0.0",
"description": "ENS javascript library for contract interaction",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -44,11 +44,6 @@
"import": "./dist/esm/wallet.js",
"default": "./dist/cjs/wallet.js"
},
"./hooks": {
"types": "./dist/types/hooks.d.ts",
"import": "./dist/esm/hooks.js",
"default": "./dist/cjs/hooks.js"
},
"./package.json": "./package.json"
},
"typesVersions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ensdomains/ensjs-react",
"version": "0.0.1-alpha.0",
"version": "0.0.1",
"description": "ENS javascript library for contract interaction",
"type": "module",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit e6e0549

Please sign in to comment.