Caleb Porzio 5 anos atrás
pai
commit
aba1bfd221
1 arquivos alterados com 4 adições e 0 exclusões
  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",