Просмотр исходного кода

chore: remove repo name from package.json

Paul Razvan Berg 4 лет назад
Родитель
Сommit
4b121269cf
1 измененных файлов с 0 добавлено и 8 удалено
  1. 0 8
      package.json

+ 0 - 8
package.json

@@ -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",
@@ -50,7 +47,6 @@
   "files": [
     "/contracts"
   ],
-  "homepage": "https://github.com/paulrberg/solidity-template#readme",
   "keywords": [
     "blockchain",
     "ethereum",
@@ -61,10 +57,6 @@
   "publishConfig": {
     "access": "public"
   },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/paulrberg/solidity-template"
-  },
   "scripts": {
     "clean": "buidler clean",
     "commit": "git-cz",