Skip to content

Commit

Permalink
fix: update type from Boolean -> boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Mar 8, 2022
1 parent 26df694 commit 5340e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { fileURLToPath } from 'url'
import { defineNuxtModule, addPlugin } from '@nuxt/kit'

export interface ModuleOptions {
addPlugin: Boolean
addPlugin: boolean
}

export default defineNuxtModule<ModuleOptions>({
Expand Down

0 comments on commit 5340e5b

Please sign in to comment.