Skip to content

Commit cb12d03

Browse files
committed
chore: update meta for package
1 parent 2c2fc77 commit cb12d03

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"keywords": [
77
"nuxt",
88
"content",
9-
"module"
9+
"nuxt-module",
10+
"cms",
11+
"markdown",
12+
"mdc"
1013
],
1114
"repository": {
1215
"type": "git",

src/module.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ const databaseVersion = 'v3.3.0'
4646

4747
export default defineNuxtModule<ModuleOptions>({
4848
meta: {
49-
name: 'Content',
49+
name: '@nuxt/content',
5050
configKey: 'content',
51+
version,
52+
docs: 'https://content.nuxt.com',
5153
},
5254
defaults: {
5355
_localDatabase: {

0 commit comments

Comments
 (0)