feat: Add modules to publish

This commit is contained in:
Timo Reymann
2023-02-15 17:45:32 +01:00
parent 85e9ceda4f
commit e0aeedf190
2 changed files with 34 additions and 6 deletions
+17 -1
View File
@@ -36,7 +36,23 @@
"assets": [
{
"path": "dist/bundle.sh",
"label": "Full Library"
"name": "bundle.bash",
"label": "Bundle > Full Library - containing all files"
},
{
"path": "dist/logging.sh",
"name": "logging.bash",
"label": "Component > Logging - Provide logging helpers for structured logging"
},
{
"path": "dist/prompts.sh",
"name": "prompts.bash",
"label": "Component > Logging - Inquirer.js inspired prompts"
},
{
"path": "dist/user_feedback.sh",
"name": "user-feedback.bash",
"label": "Component > User-Feedback - Provides useful colored outputs for user feedback on actions"
}
]
}