Skip to content

Commit

Permalink
now also exporting getRelativePackagePath
Browse files Browse the repository at this point in the history
  • Loading branch information
jycouet committed Aug 22, 2024
1 parent 940059b commit e164a1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/mighty-tables-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@kitql/internals': patch
---

now also exporting `getRelativePackagePath`... !
3 changes: 1 addition & 2 deletions packages/internals/src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export { getFilesUnder, read, write, relative, dirname } from './fs/fs.js'

export { getFilesUnder, read, write, relative, dirname, getRelativePackagePath } from './fs/fs.js'
export { parseTs, extractHtmlElementAttr_Text } from './ast/ast.js'

0 comments on commit e164a1a

Please sign in to comment.