diff --git a/README.md b/README.md index aad7a3d..c99c975 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ Install with NPM npm install @2gis/deck2gis-layer ``` +> **Important** +> +> The current version of the `Deck2gisLayer` plugin is only compatible with the `deck.gl@^8` + ### Use # deck2gisLayer Import the deck2gisLayer plugin to your project and use it: diff --git a/build/documentalist.js b/build/documentalist.js index c4d636c..4622755 100644 --- a/build/documentalist.js +++ b/build/documentalist.js @@ -7,7 +7,7 @@ mkdirSync('dist', { new Documentalist() .use(/\.ts$/, new TypescriptPlugin()) - .documentGlobs('src/**/*') + .documentGlobs('src/*') .then((docs) => JSON.stringify(docs)) .then((json) => writeFileSync('dist/docs.json', json)) .catch((e) => {