summaryrefslogtreecommitdiffstats
path: root/Examples/example_loop.json
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-02-19 16:07:17 -0800
committeryum <yum.food.vr@gmail.com>2025-02-19 16:07:17 -0800
commit63b60932ba5500d0c26c3237705edd896c8a4d6f (patch)
tree98131420dabed196a36eda3774476ad37fc59d8d /Examples/example_loop.json
parentf9444fb3c777cf30f706aae658929c8bd3b0e017 (diff)
Rename bad examples for clarity
Diffstat (limited to 'Examples/example_loop.json')
-rw-r--r--Examples/example_loop.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/Examples/example_loop.json b/Examples/example_loop.json
deleted file mode 100644
index f6b2dbb..0000000
--- a/Examples/example_loop.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "api_version": "1.0",
- "toggles": [
- {
- "name": "Shirt",
- "dependencies": ["Jacket"]
- },
- {
- "name": "Jacket",
- "dependencies": ["Shirt"]
- }
- ]
-}