Add repo to package.json

This commit is contained in:
Rodrigo Pombo 2019-02-13 18:29:01 -03:00
parent c4cd1f198e
commit 421a05a9e8
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"name": "git-file-history",
"description": "Quickly browse the history of a file from any git repository",
"version": "0.0.3",
"repository": "pomber/git-history",
"keywords": [
"cli",
"git",

View File

@ -1,6 +1,7 @@
{
"name": "githistory-web",
"version": "0.1.0",
"repository": "pomber/git-history",
"private": true,
"dependencies": {
"diff": "^4.0.1",