Skip to content

Commit

Permalink
Merge pull request #43 from tmg0/v0.2.x
Browse files Browse the repository at this point in the history
fix: lint
  • Loading branch information
tmg0 authored Apr 1, 2024
2 parents b165d6f + 51744ed commit 11c4e10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"play:vite": "cd playground/vite && pnpm dev",
"build": "tsup",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/directive/v-hero.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const vHero = {}
export const vHero = {}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { Hero } from './components/hero'
export { HeroProvider} from './components/hero-provider'
export { HeroProvider } from './components/hero-provider'
export { useHero } from './composables/use-hero'
export { vHero } from './directive/v-hero'

0 comments on commit 11c4e10

Please sign in to comment.