Skip to content

Commit

Permalink
chore(release): Add fixes to package.json (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: weiyuan95 <lee.wei.yuan-95@hotmail.com>
  • Loading branch information
weiyuan95 authored Nov 24, 2022
1 parent 4fe9d36 commit 32ef581
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@gnosis.pm/safe-contracts",
"version": "1.3.0",
"description": "Ethereum multisig contract",
"homepage": "https://github.com/gnosis/safe-contracts/",
"name": "@birthdayresearchforks/gnosis-safe-contracts",
"version": "0.0.0",
"description": "Fork of Ethereum Gnosis multisig contract",
"license": "GPL-3.0",
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand All @@ -29,19 +31,6 @@
"prepublish": "yarn rimraf build && yarn build && yarn build:ts",
"format-repo": "npx ts-node format-repo.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gnosis/gnosis-safe.git"
},
"keywords": [
"Ethereum",
"Wallet",
"Safe"
],
"author": "stefan@gnosis.pm",
"bugs": {
"url": "https://github.com/gnosis/gnosis-safe/issues"
},
"devDependencies": {
"@gnosis.pm/safe-singleton-factory": "^1.0.3",
"@nomiclabs/hardhat-ethers": "^2.0.0",
Expand Down

0 comments on commit 32ef581

Please sign in to comment.