mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-07-01 16:40:05 +08:00
Added repository field on package.json
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user