Skip to content

Commit 897458b

Browse files
committed
chore: update package meta
1 parent 320bc2a commit 897458b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
"type": "git",
77
"url": "git+https://github.com/nuxtlabs/nuxt-llms.git"
88
},
9+
"keywords": [
10+
"nuxt",
11+
"llms",
12+
"documentation",
13+
"generator",
14+
"nuxt-module"
15+
],
916
"license": "MIT",
1017
"type": "module",
1118
"exports": {

src/module.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
import { defineNuxtModule, createResolver, addServerHandler, addPrerenderRoutes, addServerImports, useLogger } from '@nuxt/kit'
2+
import { version } from '../package.json'
23
import type { ModuleOptions } from './runtime/types'
34

45
export type * from './runtime/types'
56

67
export default defineNuxtModule<ModuleOptions>({
78
meta: {
8-
name: 'Nuxt LLMS',
9+
name: 'nuxt-llms',
910
configKey: 'llms',
11+
version,
12+
docs: 'https://github.com/nuxtlabs/nuxt-llms',
1013
},
1114
defaults: {},
1215
setup(options, nuxt) {

0 commit comments

Comments
 (0)