Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Commit d98dc9b

Browse files
committed
style: set the 0.0.0 version in package json
semantic-version is reponsible for setting this version number
1 parent 257b93d commit d98dc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-docgen-api",
3-
"version": "2.5.2",
3+
"version": "0.0.0-development",
44
"description": "Toolbox to extract information from Vue component files for documentation generation purposes.",
55
"bugs": {
66
"url": "https://github.com/vue-styleguidist/vue-docgen-api/issues"

0 commit comments

Comments
 (0)