Ver Fonte

Adding git repo to package.json

bodicsek há 4 anos atrás
pai
commit
cba186faec
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      package.json

+ 4 - 0
package.json

@@ -14,6 +14,10 @@
   },
   "author": "",
   "license": "MIT",
+  "repository": {
+    "type" : "git",
+    "url" : "https://git.bodicsek.host/bodicsek/npm-dependency-tree"
+  },
   "dependencies": {
     "node-fetch": "^2.6.1",
     "yargs": "^16.2.0"