aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/plan
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/plan')
-rw-r--r--recipes/plan/index.js3
-rw-r--r--recipes/plan/package.json2
-rw-r--r--recipes/plan/webview.js3
3 files changed, 3 insertions, 5 deletions
diff --git a/recipes/plan/index.js b/recipes/plan/index.js
index 46f936f..23607bd 100644
--- a/recipes/plan/index.js
+++ b/recipes/plan/index.js
@@ -1,2 +1 @@
1// just pass through Franz module.exports = Ferdi => Ferdi;
2module.exports = Franz => Franz;
diff --git a/recipes/plan/package.json b/recipes/plan/package.json
index a6f8a7a..29e0198 100644
--- a/recipes/plan/package.json
+++ b/recipes/plan/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "plan", 2 "id": "plan",
3 "name": "plan", 3 "name": "plan",
4 "version": "1.0.2", 4 "version": "1.1.0",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://getplan.co/", 7 "serviceURL": "https://getplan.co/",
diff --git a/recipes/plan/webview.js b/recipes/plan/webview.js
index 11308dd..7e19dff 100644
--- a/recipes/plan/webview.js
+++ b/recipes/plan/webview.js
@@ -1,3 +1,2 @@
1module.exports = (Franz, options) => { 1module.exports = Ferdi => {
2
3}; 2};