Skip to content

Commit 9b1a671

Browse files
committed
Update package info
1 parent ac0c3c3 commit 9b1a671

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

package.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "vuepress-plugin-alias",
3+
"version": "1.0.0",
4+
"description": "Vuepress plugin that generates alias pages for proper redirect handling",
5+
"main": "index.js",
6+
"publishConfig": {
7+
"access": "public"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/vaniyokk/vuepress-plugin-alias.git"
12+
},
13+
"keywords": [
14+
"documentation",
15+
"vuepress",
16+
"plugin",
17+
"redirect",
18+
"alias"
19+
],
20+
"author": "Ivan Kuzmin <[email protected]>",
21+
"license": "MIT",
22+
"bugs": {
23+
"url": "https://github.com/vaniyokk/vuepress-plugin-alias/issues"
24+
},
25+
"homepage": "https://github.com/vaniyokk/vuepress-plugin-alias#readme"
26+
}

0 commit comments

Comments
 (0)