Skip to content

Commit

Permalink
chore(gmap-vue): restor vuepress-jsdoc v3.2.0 until v3.5.0 fix the issue
Browse files Browse the repository at this point in the history
vuepress-jsdoc has an issue with minimatch and picomatch with the src
folder because it replace for an empty string but picomatch throw an
erro if glob is an empty string.
Issue reported: ph1p/vuepress-jsdoc#43
  • Loading branch information
diegoazh committed Feb 11, 2022
1 parent 226e954 commit 3633f06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/documentation/docs/code/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ import it anyway (but we don't have to register it)
Therefore we use babel-plugin-transform-inline-environment-variables to
set BUILD_DEV to truthy / falsy

**Kind**: global constant
**Kind**: global constant
<a name="components"></a>

## components
Export all components and mixins

**Kind**: global constant
**Kind**: global constant
<a name="helpers"></a>

## helpers
Export all helpers

**Kind**: global constant
**Kind**: global constant

0 comments on commit 3633f06

Please sign in to comment.