Skip to content

Commit ad9ee60

Browse files
committed
refactor: Rename 'pkg/lib' to 'pkg/src'
1 parent 356560c commit ad9ee60

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Bakefile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ task.test() {
55
}
66

77
task.docs() {
8-
shdoc < './pkg/lib/public/bash-core.sh' > './docs/api.md'
8+
shdoc < './pkg/src/public/bash-core.sh' > './docs/api.md'
99
}

basalt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = 'Core lightweight functions that any Bash programmer will love'
88

99
[run]
1010
dependencies = ['https://github.com/hyperupcall/bats-all.git@v4.1.0']
11-
sourceDirs = ['pkg/lib/public', 'pkg/lib/util']
11+
sourceDirs = ['pkg/src/public']
1212
builtinDirs = []
1313
binDirs = []
1414
completionDirs = []
File renamed without changes.

0 commit comments

Comments
 (0)