Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swarmiakimmo committed Aug 15, 2021
1 parent 7996079 commit 23e49e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
@@ -1,12 +1,14 @@
{
"name": "git-hours",
"version": "1.4.1",
"version": "1.5.0",
"description": "Estimate time spent on a git repository",
"main": "./src/index.js",
"bin": {
"git-hours": "./src/index.js"
},
"files": ["src/**/*"],
"files": [
"src/**/*"
],
"repository": {
"type": "git",
"url": "https://github.com/kimmobrunfeldt/git-hours.git"
Expand Down

0 comments on commit 23e49e2

Please sign in to comment.