Skip to content

Commit f443f26

Browse files
committed
refactor: package name
1 parent 7db17ba commit f443f26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/module.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ import {
99
installModule,
1010
} from '@nuxt/kit'
1111
import { defu } from 'defu'
12+
import { name, version } from '../package.json'
1213

1314
// Types
1415
import type { ModuleOptions } from './types'
1516

1617
export default defineNuxtModule<ModuleOptions>({
1718
meta: {
18-
name: 'nuxtify-pages',
19+
name,
20+
version,
1921
configKey: 'nuxtifyPages',
2022
compatibility: {
2123
nuxt: '>=3.16.0',

0 commit comments

Comments
 (0)