@@ -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",