Cleanup package.json

This commit is contained in:
bumi 2021-06-08 23:40:20 +02:00
parent b81fc98740
commit 8a962aea62

View File

@ -33,14 +33,14 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/67P/truffle-kredits.git" "url": "git+https://github.com/67P/kredits-contracts.git"
}, },
"author": "", "author": "",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/67P/truffle-kredits/issues" "url": "https://github.com/67P/kredits-contracts/issues"
}, },
"homepage": "https://github.com/67P/truffle-kredits#readme", "homepage": "https://github.com/67P/kredits-contracts#readme",
"devDependencies": { "devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.0", "@nomiclabs/hardhat-waffle": "^2.0.0",
@ -60,7 +60,6 @@
"hardhat-deploy-ethers": "^0.3.0-beta.7", "hardhat-deploy-ethers": "^0.3.0-beta.7",
"homedir": "^0.6.0", "homedir": "^0.6.0",
"promptly": "^3.0.3", "promptly": "^3.0.3",
"solc": "^0.6.8",
"solhint": "^2.3.1", "solhint": "^2.3.1",
"yargs": "^15.0.0" "yargs": "^15.0.0"
}, },