aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bip/index.js
diff options
context:
space:
mode:
authorLibravatar Yoga Setiawan <yogainformatika@gmail.com>2021-02-03 03:48:59 +0700
committerLibravatar GitHub <noreply@github.com>2021-02-02 21:48:59 +0100
commitd5f13d314fd47ed2a0d061a422b566cd90b7ae08 (patch)
tree824196fe1fde4edcbd8a0afba815ddf8a9af61d3 /recipes/bip/index.js
parentRemove invalid file (#424) (diff)
downloadferdium-recipes-d5f13d314fd47ed2a0d061a422b566cd90b7ae08.tar.gz
ferdium-recipes-d5f13d314fd47ed2a0d061a422b566cd90b7ae08.tar.zst
ferdium-recipes-d5f13d314fd47ed2a0d061a422b566cd90b7ae08.zip
Add recipe for BiP (#429)
Diffstat (limited to 'recipes/bip/index.js')
-rw-r--r--recipes/bip/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/bip/index.js b/recipes/bip/index.js
new file mode 100644
index 0000000..4507e72
--- /dev/null
+++ b/recipes/bip/index.js
@@ -0,0 +1,3 @@
1module.exports = Ferdi => class bip extends Ferdi {
2
3};