aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tinder/index.js
diff options
context:
space:
mode:
authorLibravatar Maitre_Oda <oda.alexandre31@gmail.com>2021-08-27 19:03:33 +0200
committerLibravatar GitHub <noreply@github.com>2021-08-27 22:33:33 +0530
commit38243e6b6e4f38c0afe52a2f14743feb3f461894 (patch)
treec57dcb06dac446e63f891c7a9cca7a44d05d2d67 /recipes/tinder/index.js
parentchore: upgrade 'nodejs' to '14.17.5'. (diff)
downloadferdium-recipes-38243e6b6e4f38c0afe52a2f14743feb3f461894.tar.gz
ferdium-recipes-38243e6b6e4f38c0afe52a2f14743feb3f461894.tar.zst
ferdium-recipes-38243e6b6e4f38c0afe52a2f14743feb3f461894.zip
New recipe: tinder (#641)
Diffstat (limited to 'recipes/tinder/index.js')
-rw-r--r--recipes/tinder/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/tinder/index.js b/recipes/tinder/index.js
new file mode 100644
index 0000000..38c3f5c
--- /dev/null
+++ b/recipes/tinder/index.js
@@ -0,0 +1,2 @@
1module.exports = Ferdi => class Tinder extends Ferdi {
2};