Skip to content

Commit

Permalink
Merge pull request #175 from geojs/master
Browse files Browse the repository at this point in the history
Fix bug get is not a function #166
  • Loading branch information
DanielJDufour authored Dec 29, 2020
2 parents 7b971da + 1fa0260 commit f92fb3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import bandArithmetic from './band-arithmetic';
import cache from './cache';
import get from './get';
import histogram from './histogram';
import identify from './identify';
import load from './load';
Expand All @@ -14,6 +15,7 @@ import sum from './sum';
const geoblaze = {
cache,
bandArithmetic,
get,
histogram,
identify,
load,
Expand All @@ -31,6 +33,7 @@ export default geoblaze;
export {
cache,
bandArithmetic,
get,
histogram,
identify,
load,
Expand Down

0 comments on commit f92fb3b

Please sign in to comment.