Commit d7dfda7
authored
refactor: move internal manifest package to internal/manifest (#590)
refactor: move manifest package out of internal/pkg
The internal/pkg/ directory is a generic catch-all that the codebase is
moving away from; new packages live directly under internal/. This change
relocates the manifest package to internal/manifest/ with no behavioral
change.
Extracted from #543 to keep that PR's diff focused on the two-way manifest
sync feature.1 parent 727c6c6 commit d7dfda7
4 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments