Skip to content

Commit

Permalink
chore: remove repo name from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Oct 24, 2020
1 parent af7cfe7 commit 4b12126
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"name": "Paul Razvan Berg",
"url": "https://paulrberg.com"
},
"bugs": {
"url": "https://github.com/paulrberg/solidity-template/issues"
},
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
Expand Down Expand Up @@ -50,7 +47,6 @@
"files": [
"/contracts"
],
"homepage": "https://github.com/paulrberg/solidity-template#readme",
"keywords": [
"blockchain",
"ethereum",
Expand All @@ -61,10 +57,6 @@
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/paulrberg/solidity-template"
},
"scripts": {
"clean": "buidler clean",
"commit": "git-cz",
Expand Down

0 comments on commit 4b12126

Please sign in to comment.