Added repository field on package.json

This commit is contained in:
DC*
2014-08-17 00:00:27 -03:00
parent c20b692b28
commit 832e629fdb
+4
View File
@@ -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"
}
}