aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/mastodon/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/mastodon/package.json b/recipes/mastodon/package.json
index 83b42a0..7371494 100644
--- a/recipes/mastodon/package.json
+++ b/recipes/mastodon/package.json
@@ -1,11 +1,12 @@
1{ 1{
2 "name": "Mastodon", 2 "name": "Mastodon",
3 "id": "mastodon", 3 "id": "mastodon",
4 "version": "1.3.0", 4 "version": "1.3.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://mastodon.social",
7 "hasNotificationSound": true, 8 "hasNotificationSound": true,
8 "hasTeamId": true, 9 "hasHostedOption": true,
9 "hasCustomUrl": true 10 "hasCustomUrl": true
10 } 11 }
11} 12}