aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/guilded/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/guilded/package.json')
-rw-r--r--recipes/guilded/package.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/guilded/package.json b/recipes/guilded/package.json
index 8591f9e..385798f 100644
--- a/recipes/guilded/package.json
+++ b/recipes/guilded/package.json
@@ -1,14 +1,10 @@
1{ 1{
2 "id": "guilded", 2 "id": "guilded",
3 "name": "Guilded", 3 "name": "Guilded",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "description": "Guilded",
6 "main": "index.js",
7 "author": "Jake Lee <ferdi@jakelee.co.uk>",
8 "license": "MIT", 5 "license": "MIT",
9 "config": { 6 "config": {
10 "serviceURL": "https://www.guilded.gg/", 7 "serviceURL": "https://www.guilded.gg/",
11 "hasTeamId": false,
12 "hasNotificationSound": true 8 "hasNotificationSound": true
13 } 9 }
14} 10}