Skip to content

Commit 805139b

Browse files
committed
Fixes for correct result of npm publish
1 parent 58bc790 commit 805139b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"jsdelivr": "dist-browser/geotiff.js",
1616
"exports": {
1717
".": {
18-
"import": "./src/geotiff.js",
18+
"import": "./dist-module/geotiff.js",
1919
"require": "./dist-node/geotiff.js",
2020
"browser": "./dist-browser/geotiff.js"
2121
}
2222
},
2323
"files": [
24-
"src",
24+
"dist-module",
2525
"dist-node",
2626
"dist-browser"
2727
],

0 commit comments

Comments
 (0)