aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dropbox/index.js
diff options
context:
space:
mode:
authorLibravatar Tania R. Zúñiga <25267490+TanZng@users.noreply.github.com>2021-10-13 18:39:13 -0500
committerLibravatar GitHub <noreply@github.com>2021-10-14 05:09:13 +0530
commitb5ee4c5549125c1fdc61ad3f0f19f759f6bb5647 (patch)
tree989751e86baa63803be18c4a574088fe4a150a30 /recipes/dropbox/index.js
parentMerged 'drive' into 'googledrive' recipe. (fixes #2055) (diff)
downloadferdium-recipes-b5ee4c5549125c1fdc61ad3f0f19f759f6bb5647.tar.gz
ferdium-recipes-b5ee4c5549125c1fdc61ad3f0f19f759f6bb5647.tar.zst
ferdium-recipes-b5ee4c5549125c1fdc61ad3f0f19f759f6bb5647.zip
Add Dropbox recipe #369 (#739)
Diffstat (limited to 'recipes/dropbox/index.js')
-rw-r--r--recipes/dropbox/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/dropbox/index.js b/recipes/dropbox/index.js
new file mode 100644
index 0000000..325d5ec
--- /dev/null
+++ b/recipes/dropbox/index.js
@@ -0,0 +1 @@
module.exports = (Ferdi) => class Dropbox extends Ferdi {};