diff options
Diffstat (limited to 'main/app/sprinkles.example.json')
-rwxr-xr-x | main/app/sprinkles.example.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/app/sprinkles.example.json b/main/app/sprinkles.example.json new file mode 100755 index 0000000..d54584e --- /dev/null +++ b/main/app/sprinkles.example.json @@ -0,0 +1,10 @@ +{ + "require": { + + }, + "base": [ + "core", + "account", + "admin" + ] +} |