aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/paymoapp
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-12 22:01:51 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-12 22:06:03 +0530
commit9db43e100a672b6d6932ac68c0fbe503c129138b (patch)
tree4f6a31d25a7345c5d92dbd8b80d30ce7d129944f /recipes/paymoapp
parentNew recipe: 'stackoverflow' (#707) (diff)
downloadferdium-recipes-9db43e100a672b6d6932ac68c0fbe503c129138b.tar.gz
ferdium-recipes-9db43e100a672b6d6932ac68c0fbe503c129138b.tar.zst
ferdium-recipes-9db43e100a672b6d6932ac68c0fbe503c129138b.zip
Added a check to verify that the folder name of the recipe matches the recipe id (#708)
Use the recipe-id as master to rename internal folder names
Diffstat (limited to 'recipes/paymoapp')
-rw-r--r--recipes/paymoapp/icon.svg1
-rw-r--r--recipes/paymoapp/index.js1
-rw-r--r--recipes/paymoapp/package.json9
-rw-r--r--recipes/paymoapp/webview.js2
4 files changed, 0 insertions, 13 deletions
diff --git a/recipes/paymoapp/icon.svg b/recipes/paymoapp/icon.svg
deleted file mode 100644
index 58199e0..0000000
--- a/recipes/paymoapp/icon.svg
+++ /dev/null
@@ -1 +0,0 @@
1<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 20.2 25.6" style="enable-background:new 0 0 20.2 25.6" xml:space="preserve"><path d="M5.3 10c0 .5-.6.9-1.1.5L.3 7.6C.1 7.4 0 7.2 0 7V2.3c0-.4.3-.4.5-.3l1.9 1.4c.3.2.7.2 1-.2C4.5 1.7 6.6.3 8.8 0h.1c.3 0 .7.2.8.7v3.8c0 .6-.3.8-.7.9C6.9 6 5.3 7.8 5.3 10z" style="fill:#4bad28"/><path d="M11.4.1c-.5 0-.8.3-.8.7v3.9c0 .4.3.6.6.7 2.2.5 3.8 2.4 3.8 4.7 0 2.7-2.2 4.8-4.8 4.8-1.2 0-2.3-.5-3.2-1.1l-6.5-5c-.3-.1-.5 0-.5.2v15.3c0 .7.6 1.3 1.3 1.3H4c.7 0 1.3-.6 1.3-1.3V19c1.4.8 3.1 1.2 4.8 1.2 5.6 0 10.1-4.5 10.1-10.1 0-5.1-3.8-9.4-8.8-10z" style="fill:#383838"/></svg> \ No newline at end of file
diff --git a/recipes/paymoapp/index.js b/recipes/paymoapp/index.js
deleted file mode 100644
index 23607bd..0000000
--- a/recipes/paymoapp/index.js
+++ /dev/null
@@ -1 +0,0 @@
1module.exports = Ferdi => Ferdi;
diff --git a/recipes/paymoapp/package.json b/recipes/paymoapp/package.json
deleted file mode 100644
index 905f8da..0000000
--- a/recipes/paymoapp/package.json
+++ /dev/null
@@ -1,9 +0,0 @@
1{
2 "id": "paymo",
3 "name": "paymo",
4 "version": "1.1.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://app.paymoapp.com/auth/login"
8 }
9}
diff --git a/recipes/paymoapp/webview.js b/recipes/paymoapp/webview.js
deleted file mode 100644
index 7e19dff..0000000
--- a/recipes/paymoapp/webview.js
+++ /dev/null
@@ -1,2 +0,0 @@
1module.exports = Ferdi => {
2};