Skip to content

Commit 8f51b1a

Browse files
committed
Improve docs
1 parent 69cdd42 commit 8f51b1a

File tree

5 files changed

+485
-180
lines changed

5 files changed

+485
-180
lines changed

gtt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22

3-
const version = '1.3.1';
3+
const version = '1.3.2';
44
const program = require('commander');
55

66
program

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"name": "gitlab-time-tracker",
3-
"version": "1.3.1",
4-
"description": "A CLI that makes working with GitLabs time tracking feature more enjoyable",
3+
"version": "1.3.2",
4+
"description": "A command line interface for GitLabs time tracking feature.",
5+
"bugs": {
6+
"url": "https://github.com/kriskbx/gitlab-time-tracker/issues"
7+
},
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/kriskbx/gitlab-time-tracker.git"
11+
},
512
"main": "gtt.js",
613
"scripts": {},
714
"bin": {

preview.gif

-3.93 MB
Binary file not shown.

0 commit comments

Comments
 (0)