Skip to content

Commit 646b195

Browse files
committed
Update meta info due to renaming repo
1 parent b343165 commit 646b195

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
export default defineNuxtConfig({
1919
extends: ['../'],
2020
app: {
21-
baseURL: '/docs-web-toolkit/'
21+
baseURL: '/docs-toolkit/'
2222
}
2323
})

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@exactpro/docs-web-toolkit",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Toolkit for creating docs from markdown. Created as Nuxt 3 layer.",
55
"main": "nuxt.config.ts",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/exactpro/docs-web-toolkit.git"
9+
"url": "https://github.com/exactpro/docs-toolkit.git"
1010
},
1111
"bugs": {
1212
"email": "[email protected]",
13-
"url": "https://github.com/exactpro/docs-web-toolkit/issues"
13+
"url": "https://github.com/exactpro/docs-toolkit/issues"
1414
},
15-
"homepage": "https://exactpro.github.io/docs-web-toolkit",
15+
"homepage": "https://exactpro.github.io/docs-toolkit",
1616
"scripts": {
1717
"prepare": "nuxi prepare && nuxi prepare docs",
1818
"lint:js": "eslint --ext \".js,.ts,.vue\" --ignore-path .gitignore .",

0 commit comments

Comments
 (0)