Caleb Porzio 5 年之前
父节点
当前提交
aba1bfd221
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      package.json

+ 4 - 0
package.json

@@ -2,6 +2,10 @@
   "main": "dist/project-x.js",
   "name": "project-x",
   "version": "0.3.0",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/calebporzio/project-x.git"
+  },
   "scripts": {
     "test": "jest",
     "test:debug": "node --inspect node_modules/.bin/jest --runInBand",