added repository field to package.json
This commit is contained in:
@ -1,6 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "hackathon-starter",
|
"name": "hackathon-starter",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
|
"repository": {
|
||||||
|
"type" : "git",
|
||||||
|
"url" : "https://github.com/sahat/hackathon-starter.git"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node app.js",
|
"start": "node app.js",
|
||||||
"test": "mocha"
|
"test": "mocha"
|
||||||
|
Reference in New Issue
Block a user