diff options
-rw-r--r-- | etc/repos.json | 1 | ||||
-rw-r--r-- | etc/repos.template.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/repos.json b/etc/repos.json index 4ba4691..2810154 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -18,6 +18,7 @@ { "test-just": "just" , "test-rules": "test-rules" , "test-libs": "test-libs" + , "rules": "rules" } } , "imports": {"repository": {"type": "file", "path": "etc/imports"}} diff --git a/etc/repos.template.json b/etc/repos.template.json index 3f1e1e5..daf9103 100644 --- a/etc/repos.template.json +++ b/etc/repos.template.json @@ -18,6 +18,7 @@ { "test-just": "just" , "test-rules": "test-rules" , "test-libs": "test-libs" + , "rules": "rules" } } , "imports": {"repository": {"type": "file", "path": "etc/imports"}} |