Skip to content

Commit

Permalink
[#27] Update package.json: add homepage, update repo, bump version, m…
Browse files Browse the repository at this point in the history
…ove content
  • Loading branch information
akshay-ap committed Jul 13, 2023
1 parent 5093dcf commit 89aaf9f
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
{
"name": "@safe-global/safe-core-protocol",
"version": "0.1.0-alpha.2",
"description": "Safe{Core} Protocol contracts",
"main": "dist/deployments.js",
"repository": {
"type": "git",
"url": "git+https://github.com/safe-global/safe-core-contracts.git"
},
"author": "safe.global",
"license": "LGPL-3.0",
"files": [
"contracts",
"dist",
"scripts",
"test",
"artifacts",
"deployments.ts"
],
"homepage": "https://github.com/safe-global/safe-core-contracts/",
"scripts": {
"build": "hardhat compile",
"test": "hardhat test",
Expand Down Expand Up @@ -54,20 +73,5 @@
"typechain": "^8.2.0",
"typescript": "~5.0.0",
"yargs": "^17.7.2"
},
"name": "@safe-global/safe-core-protocol",
"version": "0.1.0-alpha.1",
"description": "Safe{Core} Protocol contracts",
"main": "dist/deployments.js",
"repository": "[email protected]:5afe/safe-core-protocol.git",
"author": "safe.global",
"license": "LGPL-3.0",
"files": [
"contracts",
"dist",
"scripts",
"test",
"artifacts",
"deployments.ts"
]
}
}

0 comments on commit 89aaf9f

Please sign in to comment.