Skip to content

Commit 8ddbbd0

Browse files
committed
feat: replace local toLowerCase utility with @kieranwv/utils
1 parent 7acb784 commit 8ddbbd0

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
},
6666
"devDependencies": {
6767
"@antfu/eslint-config": "^4.13.0",
68+
"@kieranwv/utils": "^0.3.0",
6869
"@types/jsdom": "^21.1.7",
6970
"@types/markdown-it": "^14.1.2",
7071
"@types/node": "^22.15.14",

pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { ComponentResolver } from 'unplugin-vue-components'
2-
import { toLowerCase } from './utils/format'
2+
import { toLowerCase } from '@kieranwv/utils'
33

44
export function StarterLibVue3Resolver(): ComponentResolver {
55
return {

src/utils/format.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export * from './format'
1+
export * from './installer'
22
export * from './types'
33
export * from './with-install'

0 commit comments

Comments
 (0)