aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tixio/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tixio/package.json')
-rw-r--r--recipes/tixio/package.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/recipes/tixio/package.json b/recipes/tixio/package.json
index 4b4a365..7ca7492 100644
--- a/recipes/tixio/package.json
+++ b/recipes/tixio/package.json
@@ -1,14 +1,14 @@
1{ 1{
2 "id": "tixio", 2 "id": "tixio",
3 "name": "Tixio", 3 "name": "Tixio",
4 "version": "1.3.0", 4 "version": "1.3.1",
5 "license": "MIT", 5 "license": "MIT",
6 "repository": "https://github.com/hmcclungiii/franz-recipe-tixio", 6 "repository": "https://github.com/hmcclungiii/franz-recipe-tixio",
7 "config": { 7 "config": {
8 "serviceURL": "https://{teamId}.tixio.io/app/", 8 "serviceURL": "https://{teamId}.tixio.io/app/",
9 "message": "Franz Recipe for Tixio by hmcclungiii", 9 "message": "Franz Recipe for Tixio by hmcclungiii",
10 "hasTeamId": true, 10 "hasTeamId": true,
11 "hasDirectMessages": false, 11 "hasDirectMessages": false,
12 "urlInputSuffix": ".tixio.io/app/" 12 "urlInputSuffix": ".tixio.io/app/"
13 }
14 } 13 }
14}