Skip to content

Commit

Permalink
fix: release type
Browse files Browse the repository at this point in the history
  • Loading branch information
aurel-fr committed Nov 21, 2023
1 parent 6c4f138 commit b8a3e60
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "@layerzerolabs/hardhat-deploy",
"version": "0.11.43+lz.001",
"version": "0.11.43-lz.1",
"description": "Hardhat Plugin For Replicable Deployments And Tests",
"repository": "github:wighawag/hardhat-deploy",
"repository": {
"type": "git",
"url": "git+https://github.com/wighawag/hardhat-deploy.git"
},
"author": "wighawag",
"license": "MIT",
"publishConfig": {
"access": "restricted",
"preid":"lz"
"preid": "lz"
},
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -97,6 +100,6 @@
"watch": "tsc -w",
"publish:next": "npm publish --tag next",
"publish:release": "npm publish",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build"
}
}

0 comments on commit b8a3e60

Please sign in to comment.