Skip to content

Commit

Permalink
Update bpkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
whyvez committed Jan 10, 2025
1 parent 1f0bc8d commit 7bf3db8
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion bpkg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
{
"name": "bash-utility",
"description": "Bash library which provides utility functions and helpers for functional programming in Bash.",
"scripts": [ "bash_utility.sh" ]
"scripts": [
"bash_utility.sh",
"src/array.sh",
"src/check.sh",
"src/collection.sh",
"src/date.sh",
"src/debug.sh",
"src/file.sh",
"src/format.sh",
"src/interaction.sh",
"src/json.sh",
"src/misc.sh",
"src/os.sh",
"src/string.sh",
"src/terminal.sh",
"src/validation.sh",
"src/variable.sh"
]
}

0 comments on commit 7bf3db8

Please sign in to comment.