From 67c651a7100972836d90c72649a020c9be87dc8a Mon Sep 17 00:00:00 2001 From: Andrey Kuznecov Date: Wed, 29 May 2024 19:56:20 +0700 Subject: [PATCH] fix reference and version deck warn --- README.md | 4 ++++ build/documentalist.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) => {