Skip to content

Commit 3383296

Browse files
committed
chore: update
1 parent 03eb190 commit 3383296

File tree

1 file changed

+2
-37
lines changed

1 file changed

+2
-37
lines changed

package.json

+2-37
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@vuedoc/parser",
3-
"version": "4.0.0-beta12",
2+
"name": "@webfansplz/vuedoc-parser",
3+
"version": "0.0.1",
44
"description": "Generate a JSON documentation for a Vue file",
55
"type": "module",
66
"exports": {
@@ -48,49 +48,14 @@
4848
"lint": "eslint .",
4949
"gimtoc": "gimtoc -f README.md -s 'Table of Contents' -o README.md"
5050
},
51-
"repository": {
52-
"type": "git",
53-
"url": "git+https://gitlab.com/vuedoc/parser.git"
54-
},
5551
"keywords": [
5652
"vuedoc",
5753
"vuefile",
5854
"vue",
5955
"doc",
6056
"parser"
6157
],
62-
"author": "Sébastien Demanou",
63-
"contributors": [
64-
{
65-
"name": "Sébastien Demanou",
66-
"url": "https://gitlab.com/demsking"
67-
},
68-
{
69-
"name": "Patrick Schmiedel",
70-
"url": "https://github.com/pschmiedel"
71-
},
72-
{
73-
"name": "Devon Rueckner",
74-
"url": "https://github.com/indirectlylit"
75-
},
76-
{
77-
"name": "Hello Deadline",
78-
"url": "https://github.com/HelloDeadline"
79-
},
80-
{
81-
"name": "Magali Boizot-Roche",
82-
"url": "https://github.com/magali-br"
83-
},
84-
{
85-
"name": "Rmaiy",
86-
"url": "https://github.com/ljwrer"
87-
}
88-
],
8958
"license": "MIT",
90-
"bugs": {
91-
"url": "https://gitlab.com/vuedoc/parser/issues"
92-
},
93-
"homepage": "https://gitlab.com/vuedoc/parser",
9459
"dependencies": {
9560
"@b613/utils": "^1.0.0-beta21",
9661
"@babel/parser": "^7.18.11",

0 commit comments

Comments
 (0)