Explorar el Código

Adding git repo to package.json

bodicsek hace 4 años
padre
commit
cba186faec
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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"