Skip to content

Commit

Permalink
Merge pull request #170 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 1a5e6fa + dc9ee0b commit d8817f6
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": "0.2.6",
"description": "Blazing Fast JavaScript Raster Processing Engine",
"main": "dist/geoblaze.node.min.js",
"browser": {
"./dist/geoblaze.web.min.js": "./dist/geoblaze.web.min.js"
},
"browser": "./dist/geoblaze.web.min.js",
"unpkg": "./dist/geoblaze.web.min.js",
"scripts": {
"analyze": "webpack --config webpack.analyze.js",
Expand Down

0 comments on commit d8817f6

Please sign in to comment.