Skip to content

Commit

Permalink
fixexd import package.json
Browse files Browse the repository at this point in the history
New way to import the JSON file, same change as Esri/esri-leaflet#1273
  • Loading branch information
gavinr-maps committed Mar 8, 2022
1 parent b4ab4d1 commit ba6169c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/HeatmapFeatureLayer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import L from 'leaflet';
import { FeatureManager } from 'esri-leaflet';

export { version as VERSION } from '../package.json';
import packageInfo from '../package.json';
var version = packageInfo.version;
export { version as VERSION };

export var FeatureLayer = FeatureManager.extend({
/**
Expand Down

0 comments on commit ba6169c

Please sign in to comment.