Skip to content

Commit 148eaf1

Browse files
committed
Fix startup error. closes kriskbx#2
1 parent 52e068f commit 148eaf1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.compilerc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"env",
88
{
99
"targets": {
10-
"electron": 1.8.4
10+
"electron": "1.8.4"
1111
}
1212
}
1313
],
@@ -26,7 +26,7 @@
2626
"env",
2727
{
2828
"targets": {
29-
"electron": 1.8.4
29+
"electron": "1.8.4"
3030
}
3131
}
3232
],

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
> An open source crossplatform menubar/taskbar application for GitLabs time tracking feature based on the [gtt command line interface](https://github.com/kriskbx/gitlab-time-tracker).
44
5-
This is beta version, feedback and contributions are appreciated.
5+
This is a beta version, feedback and contributions are appreciated.

0 commit comments

Comments
 (0)