aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/circuit/package.json
diff options
context:
space:
mode:
authorLibravatar Simon Szustkowski <simonszu@gmail.com>2021-11-24 13:05:44 +0100
committerLibravatar GitHub <noreply@github.com>2021-11-24 17:35:44 +0530
commit02b108d4a6c684034b003b94d0979fee03f6b31a (patch)
treec16b88e18077ceb80588eb1369d672887cf82018 /recipes/circuit/package.json
parentrefactor: Use 'Ferdi.safeParseInt' (diff)
downloadferdium-recipes-02b108d4a6c684034b003b94d0979fee03f6b31a.tar.gz
ferdium-recipes-02b108d4a6c684034b003b94d0979fee03f6b31a.tar.zst
ferdium-recipes-02b108d4a6c684034b003b94d0979fee03f6b31a.zip
Added recipe for Circuit (#771)
Diffstat (limited to 'recipes/circuit/package.json')
-rw-r--r--recipes/circuit/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/circuit/package.json b/recipes/circuit/package.json
new file mode 100644
index 0000000..a569472
--- /dev/null
+++ b/recipes/circuit/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "circuit",
3 "name": "Circuit",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://eu.yourcircuit.com/"
8 }
9}