Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
timoshisa committed Dec 25, 2023
1 parent c60a52d commit 57cd779
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@
"version": "1.0.2",
"license": "MIT",
"repository": "github:grexie/web3-react",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/esm/index.d.ts",
"type": "module",
"scripts": {
"build": "yarn build:esm && yarn build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir lib/cjs --declaration false"
"build": "tsc"
},
"peerDependencies": {
"react": ">=16.8.0"
Expand Down

0 comments on commit 57cd779

Please sign in to comment.