Skip to content

Commit

Permalink
Merge pull request #52 from Tommatheussen/patch-1
Browse files Browse the repository at this point in the history
Directly specify which bundle to use in browser
  • Loading branch information
DanielJDufour authored Oct 2, 2020
2 parents 7af64b2 + b244fcd commit dd5d002
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"version": "1.2.0",
"description": "Wrapper around Georeferenced Rasters like GeoTIFF, NetCDF, JPG, and PNG that provides a standard interface",
"main": "dist/georaster.bundle.min.js",
"browser": {
"./dist/georaster.bundle.min.js": "./dist/georaster.browser.bundle.min.js"
},
"browser": "./dist/georaster.browser.bundle.min.js",
"unpkg": "./dist/georaster.browser.bundle.min.js",
"scripts": {
"analyze": "ANALYZE_GEORASTER_BUNDLE=true npm run build",
Expand Down

0 comments on commit dd5d002

Please sign in to comment.