浏览代码

Adding git repo to package.json

bodicsek 4 年之前
父节点
当前提交
cba186faec
共有 1 个文件被更改,包括 4 次插入0 次删除
  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"