aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dockerhub
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-03 18:30:57 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-03 18:30:57 +0530
commitbe4c5abcae4ef3d49bec8dba632381989af05311 (patch)
tree0b639af042860536972a5681021dd90baa9e1340 /recipes/dockerhub
parentchore: upgrade dependencies to latest (#782) (diff)
downloadferdium-recipes-be4c5abcae4ef3d49bec8dba632381989af05311.tar.gz
ferdium-recipes-be4c5abcae4ef3d49bec8dba632381989af05311.tar.zst
ferdium-recipes-be4c5abcae4ef3d49bec8dba632381989af05311.zip
fix: extending #782 - remove dummy 'webview.js' files.
Diffstat (limited to 'recipes/dockerhub')
-rw-r--r--recipes/dockerhub/package.json2
-rw-r--r--recipes/dockerhub/webview.js8
2 files changed, 1 insertions, 9 deletions
diff --git a/recipes/dockerhub/package.json b/recipes/dockerhub/package.json
index e3854cc..cb927b8 100644
--- a/recipes/dockerhub/package.json
+++ b/recipes/dockerhub/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "dockerhub", 2 "id": "dockerhub",
3 "name": "Docker Hub", 3 "name": "Docker Hub",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://hub.docker.com" 7 "serviceURL": "https://hub.docker.com"
diff --git a/recipes/dockerhub/webview.js b/recipes/dockerhub/webview.js
deleted file mode 100644
index d19b579..0000000
--- a/recipes/dockerhub/webview.js
+++ /dev/null
@@ -1,8 +0,0 @@
1module.exports = () => {
2 // TODO: If your docker hub service has unread messages, uncomment these lines to implement the logic for updating the badges
3 // const getMessages = () => {
4 // // TODO: Insert your notification-finding code here
5 // Ferdi.setBadge(0, 0);
6 // };
7 // Ferdi.loop(getMessages);
8};