Skip to content

Commit

Permalink
fix reference and version deck warn
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kuznecov committed May 29, 2024
1 parent f280b1d commit 67c651a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion build/documentalist.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 67c651a

Please sign in to comment.