Skip to content

Commit

Permalink
core: implement first release improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
enzoferey authored Jul 25, 2022
1 parent 057eab4 commit 659b890
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@enzoferey/multicall-nitro",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"homepage": "https://github.com/enzoferey/multicall-nitro",
"repository": {
"type": "git",
"url": "https://github.com/enzoferey/multicall-nitro.git"
},
"keywords": [
"multicall",
"batching",
"blockchain",
"react"
],
"type": "module",
"files": [
"dist"
Expand Down Expand Up @@ -30,7 +42,7 @@
},
"scripts": {
"build": "tsc && vite build && vite build --config vite.react.config.js --emptyOutDir false",
"prepublish": "yarn build",
"prepublishOnly": "yarn build",
"ts:check": "tsc --noEmit",
"format": "prettier --write .",
"format:check": "prettier --check .",
Expand Down

0 comments on commit 659b890

Please sign in to comment.