aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gitlab
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gitlab')
-rw-r--r--recipes/gitlab/package.json2
-rw-r--r--recipes/gitlab/webview.js6
2 files changed, 1 insertions, 7 deletions
diff --git a/recipes/gitlab/package.json b/recipes/gitlab/package.json
index 9819b0f..3ed3464 100644
--- a/recipes/gitlab/package.json
+++ b/recipes/gitlab/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "gitlab", 2 "id": "gitlab",
3 "name": "GitLab", 3 "name": "GitLab",
4 "version": "1.1.2", 4 "version": "1.2.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://gitlab.com/users/sign_in", 7 "serviceURL": "https://gitlab.com/users/sign_in",
diff --git a/recipes/gitlab/webview.js b/recipes/gitlab/webview.js
index 3ad4701..10157e9 100644
--- a/recipes/gitlab/webview.js
+++ b/recipes/gitlab/webview.js
@@ -3,11 +3,5 @@ const _path = _interopRequireDefault(require('path'));
3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
4 4
5module.exports = Ferdi => { 5module.exports = Ferdi => {
6 const getMessages = function getMessages() {
7 // TODO: Insert your notification-finding code here
8 Ferdi.setBadge(0, 0);
9 };
10
11 Ferdi.loop(getMessages);
12 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css')); 6 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css'));
13}; 7};