Skip to content

Commit

Permalink
Fixes for correct result of npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Jan 27, 2022
1 parent 58bc790 commit 805139b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"jsdelivr": "dist-browser/geotiff.js",
"exports": {
".": {
"import": "./src/geotiff.js",
"import": "./dist-module/geotiff.js",
"require": "./dist-node/geotiff.js",
"browser": "./dist-browser/geotiff.js"
}
},
"files": [
"src",
"dist-module",
"dist-node",
"dist-browser"
],
Expand Down

0 comments on commit 805139b

Please sign in to comment.