aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-02-21 12:51:59 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-02-21 12:51:59 +0100
commitefaf7893ebf100d1c5bbfc4ccef8e7044fe8e2ec (patch)
treebf7693436e8d91bac411ba0598b4223843a56013 /uncompressed
parentMerge branch 'master' of https://github.com/getferdi/recipes (diff)
downloadferdium-recipes-efaf7893ebf100d1c5bbfc4ccef8e7044fe8e2ec.tar.gz
ferdium-recipes-efaf7893ebf100d1c5bbfc4ccef8e7044fe8e2ec.tar.zst
ferdium-recipes-efaf7893ebf100d1c5bbfc4ccef8e7044fe8e2ec.zip
#42 Fix invalid package configuration key "customURL"
Diffstat (limited to 'uncompressed')
-rw-r--r--uncompressed/mastodon/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/uncompressed/mastodon/package.json b/uncompressed/mastodon/package.json
index bd72fbd..381551d 100644
--- a/uncompressed/mastodon/package.json
+++ b/uncompressed/mastodon/package.json
@@ -1,8 +1,8 @@
1{ 1{
2 "name": "Mastodon", 2 "name": "Mastodon",
3 "id": "mastodon", 3 "id": "mastodon",
4 "version": "1.1.0", 4 "version": "1.1.1",
5 "description": "micro blog", 5 "description": "Mastodon Recipe for Ferdi",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "The Ferdi Team <hello@getferdi.com> and Kan Fushihara <kan.fushihara@gmail.com>", 7 "author": "The Ferdi Team <hello@getferdi.com> and Kan Fushihara <kan.fushihara@gmail.com>",
8 "license": "MIT", 8 "license": "MIT",
@@ -14,7 +14,7 @@
14 "hasNotificationSound": true, 14 "hasNotificationSound": true,
15 "hasIndirectMessages": false, 15 "hasIndirectMessages": false,
16 "hasTeamID": true, 16 "hasTeamID": true,
17 "customURL": true, 17 "hasCustomUrl": true,
18 "hostedOnly": true, 18 "hostedOnly": true,
19 "webviewOptions": { 19 "webviewOptions": {
20 "disablewebsecurity": "" 20 "disablewebsecurity": ""