Skip to content

Commit

Permalink
Add repo in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
King-BR committed Apr 30, 2021
1 parent 048037b commit 0624278
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,9 @@
"lint": "npx prettier -w .",
"prepare": "npm run gendoc & npm run lint"
},
"author": {
"name": "Dainel Vera",
"url": "https://github.com/arubinofaux"
},
"author": "Dainel Vera (https://github.com/arubinofaux)",
"contributors": [
{
"name": "Fernando",
"url": "https://github.com/King-BR"
}
"Fernando (https://github.com/King-BR)"
],
"directories": {
"doc": "docs",
Expand All @@ -42,5 +36,13 @@
"jsdoc-to-markdown": "^6.0.1",
"prettier": "^2.2.1",
"prettier-eslint": "^12.0.0"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/arubinofaux/mozambique-api-wrapper.git"
},
"bugs": {
"url": "https://github.com/arubinofaux/mozambique-api-wrapper/issues"
},
"homepage": "https://github.com/arubinofaux/mozambique-api-wrapper#readme"
}

0 comments on commit 0624278

Please sign in to comment.