Skip to content

Commit

Permalink
update export of package version (#187)
Browse files Browse the repository at this point in the history
* update export of package version

---------

Co-authored-by: Gavin Rehkemper <grehkemper@esri.com>
  • Loading branch information
tstackhouse and gavinr-maps authored Aug 7, 2023
1 parent 35a803b commit bbc8d12
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/EsriLeafletVector.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
export { version as VERSION } from '../package.json';
// export version
import packageInfo from '../package.json';
const version = packageInfo.version;
export { version as VERSION };

export { VectorBasemapLayer, vectorBasemapLayer } from './VectorBasemapLayer';
export { VectorTileLayer, vectorTileLayer } from './VectorTileLayer';

0 comments on commit bbc8d12

Please sign in to comment.