aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/harvest/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/harvest/package.json')
-rw-r--r--recipes/harvest/package.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/harvest/package.json b/recipes/harvest/package.json
index 82def3a..38200bb 100644
--- a/recipes/harvest/package.json
+++ b/recipes/harvest/package.json
@@ -1,14 +1,10 @@
1{ 1{
2 "id": "harvest", 2 "id": "harvest",
3 "name": "Harvest", 3 "name": "Harvest",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "description": "A recipe to integrate Harvest with Franz.app.",
6 "main": "index.js",
7 "author": "Jonathan Simcoe <jonathan@postpost.design>",
8 "license": "MIT", 5 "license": "MIT",
9 "config": { 6 "config": {
10 "serviceURL": "https://{teamId}.harvestapp.com", 7 "serviceURL": "https://{teamId}.harvestapp.com",
11 "openDevTools": true,
12 "hasTeamId": true, 8 "hasTeamId": true,
13 "urlInputSuffix": ".harvestapp.com" 9 "urlInputSuffix": ".harvestapp.com"
14 } 10 }