Skip to content

Commit

Permalink
feat: re-export join
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Nov 28, 2023
1 parent 832dd90 commit 4e9ef47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"@antfu/install-pkg": "^0.2.0",
"@paralleldrive/cuid2": "^2.2.2",
"@poppinss/macroable": "^1.0.0-7",
"@poppinss/utils": "^6.5.1",
"@poppinss/utils": "^6.6.0",
"@sindresorhus/is": "^6.0.1",
"@types/he": "^1.2.3",
"execa": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
export { default as parseImports } from 'parse-imports'
export { createId as cuid } from '@paralleldrive/cuid2'
export {
// join, // See https://github.com/poppinss/utils/pull/38
join,
slash,
base64,
compose,
Expand Down

0 comments on commit 4e9ef47

Please sign in to comment.