aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/amazon-web-services
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/amazon-web-services')
-rw-r--r--recipes/amazon-web-services/package.json2
-rw-r--r--recipes/amazon-web-services/webview.js8
2 files changed, 1 insertions, 9 deletions
diff --git a/recipes/amazon-web-services/package.json b/recipes/amazon-web-services/package.json
index 71ed7d8..0e0b450 100644
--- a/recipes/amazon-web-services/package.json
+++ b/recipes/amazon-web-services/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "amazon-web-services", 2 "id": "amazon-web-services",
3 "name": "Amazon Web Services", 3 "name": "Amazon Web Services",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "license": "MIT", 5 "license": "MIT",
6 "aliases": [ 6 "aliases": [
7 "aws" 7 "aws"
diff --git a/recipes/amazon-web-services/webview.js b/recipes/amazon-web-services/webview.js
deleted file mode 100644
index 877bce7..0000000
--- a/recipes/amazon-web-services/webview.js
+++ /dev/null
@@ -1,8 +0,0 @@
1module.exports = () => {
2 // TODO: If your amazon-web-services 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};