We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b306e commit 2a9d3d6Copy full SHA for 2a9d3d6
package.json
@@ -6,7 +6,10 @@
6
"template"
7
],
8
"author": "RoboMx",
9
- "repository": "https://github.com/RoboMx/create-nuxt-netlify-cms-docs",
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/RoboMx/create-nuxt-netlify-cms-docs.git"
12
+ },
13
"description": "Write your documentation with Nuxt content module and Netlify CMS panel.",
14
"license": "MIT",
15
"contributors": [{
@@ -22,8 +25,8 @@
22
25
},
23
26
"keywords": [
24
27
"docs",
- "nuxtjs docs",
- "netlify-cms docs",
- "nuxtjs netlify cms docs"
28
+ "nuxt docs template",
29
+ "netlify-cms docs template",
30
+ "nuxt netlify cms docs"
31
]
32
}
0 commit comments