Caleb Porzio 5 years ago
parent
commit
aba1bfd221
1 changed files with 4 additions and 0 deletions
  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",