Skip to content

Commit

Permalink
add separate slufigy package
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkulpinski committed Mar 6, 2024
1 parent 218d706 commit 67769fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"format": "bun biome format --write ."
},
"dependencies": {
"@sindresorhus/slugify": "^2.2.1",
"@uiw/color-convert": "^2.0.9",
"scule": "^1.3.0"
},
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export type ValidatePath<T, K extends string> = K extends ""

// External exports
export * from "scule"
export { default as slugify } from "@sindresorhus/slugify"

// Internal exports
export * from "./colors/colors"
Expand Down

0 comments on commit 67769fc

Please sign in to comment.