aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hackmd/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/hackmd/index.js')
-rw-r--r--recipes/hackmd/index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/hackmd/index.js b/recipes/hackmd/index.js
index c3d5c52..3a2908b 100644
--- a/recipes/hackmd/index.js
+++ b/recipes/hackmd/index.js
@@ -1,3 +1,2 @@
1// todo allow custom url 1// todo allow custom url
2module.exports = Ferdi => class HackMd extends Ferdi { 2module.exports = Ferdi => class HackMd extends Ferdi {};
3};