Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
consistent pattern with Esri Leaflet
  • Loading branch information
gavinr-maps committed Aug 7, 2023
1 parent 356849e commit c60ca7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/EsriLeafletVector.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// export version
import packageInfo from '../package.json';

export const VERSION = packageInfo.version;
var version = packageInfo.version;
export { version as VERSION };

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

0 comments on commit c60ca7f

Please sign in to comment.