aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextdoor/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nextdoor/package.json')
-rw-r--r--recipes/nextdoor/package.json9
1 files changed, 2 insertions, 7 deletions
diff --git a/recipes/nextdoor/package.json b/recipes/nextdoor/package.json
index 46751b9..86561c0 100644
--- a/recipes/nextdoor/package.json
+++ b/recipes/nextdoor/package.json
@@ -1,14 +1,9 @@
1{ 1{
2 "id": "nextdoor", 2 "id": "nextdoor",
3 "name": "Nextdoor", 3 "name": "Nextdoor",
4 "version": "1.0.2", 4 "version": "1.0.3",
5 "description": "Nextdoor",
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://nextdoor.co.uk/inbox/", 7 "serviceURL": "https://nextdoor.co.uk/inbox/"
11 "hasTeamId": false,
12 "hasNotificationSound": false
13 } 8 }
14} 9}