From 832e629fdb515641b274fd3d65e78883e7096185 Mon Sep 17 00:00:00 2001 From: DC* Date: Sun, 17 Aug 2014 00:00:27 -0300 Subject: [PATCH] Added repository field on package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index b12458b..3f81bd1 100644 --- a/package.json +++ b/package.json @@ -21,5 +21,9 @@ "db:migrate": "./node_modules/sequelize/bin/sequelize -m --config config/database.json", "db:seed": "node db/seed/initial_tasks.js", "postinstall": "npm run db:migrate && npm run db:seed" + }, + "repository": { + "type": "git", + "url": "git://github.com/abhshkdz/HackFlowy.git" } }