aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/netlify/index.js
diff options
context:
space:
mode:
authorLibravatar Tania R. Zúñiga <25267490+TanZng@users.noreply.github.com>2021-10-15 12:00:24 -0500
committerLibravatar GitHub <noreply@github.com>2021-10-15 22:30:24 +0530
commit9c2fd0f355d94aaef3f1ada5fc94c4e86da0a12e (patch)
treef16bafe14082be70b265181ee59fe62c810e14b5 /recipes/netlify/index.js
parentupgrade 'node' to '14.18.1' (#745) (diff)
downloadferdium-recipes-9c2fd0f355d94aaef3f1ada5fc94c4e86da0a12e.tar.gz
ferdium-recipes-9c2fd0f355d94aaef3f1ada5fc94c4e86da0a12e.tar.zst
ferdium-recipes-9c2fd0f355d94aaef3f1ada5fc94c4e86da0a12e.zip
Add new service: Netlify (#746)
Diffstat (limited to 'recipes/netlify/index.js')
-rw-r--r--recipes/netlify/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/netlify/index.js b/recipes/netlify/index.js
new file mode 100644
index 0000000..f620a46
--- /dev/null
+++ b/recipes/netlify/index.js
@@ -0,0 +1 @@
module.exports = (Ferdi) => class Netlify extends Ferdi {};