From efaf7893ebf100d1c5bbfc4ccef8e7044fe8e2ec Mon Sep 17 00:00:00 2001 From: vantezzen Date: Fri, 21 Feb 2020 12:51:59 +0100 Subject: #42 Fix invalid package configuration key "customURL" --- uncompressed/mastodon/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'uncompressed') 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 @@ { "name": "Mastodon", "id": "mastodon", - "version": "1.1.0", - "description": "micro blog", + "version": "1.1.1", + "description": "Mastodon Recipe for Ferdi", "main": "index.js", "author": "The Ferdi Team and Kan Fushihara ", "license": "MIT", @@ -14,7 +14,7 @@ "hasNotificationSound": true, "hasIndirectMessages": false, "hasTeamID": true, - "customURL": true, + "hasCustomUrl": true, "hostedOnly": true, "webviewOptions": { "disablewebsecurity": "" -- cgit v1.2.3-54-g00ecf