Skip to content

Commit

Permalink
⬆️ 2.4.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Apr 26, 2016
1 parent 59bc823 commit 2f27b07
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-stats-importer",
"version": "2.4.1",
"version": "2.4.2",
"description": "Imports your commits from a repository into git-stats history.",
"main": "lib/index.js",
"bin": {
Expand Down Expand Up @@ -51,5 +51,16 @@
},
"blah": {
"description": "This tool imports commits into the [`git-stats`](https://github.com/IonicaBizau/git-stats) commit history. If you like to import all your commits from BitBucket and GitHub, check out the [Repository Downloader project](https://github.com/IonicaBizau/repository-downloader)."
}
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"resources/",
"menu/",
"cli.js",
"index.js"
]
}

0 comments on commit 2f27b07

Please sign in to comment.