Skip to content

Commit

Permalink
fix: update exports to work with current release workflow (#1275)
Browse files Browse the repository at this point in the history
  • Loading branch information
varna authored Dec 3, 2024
1 parent 0eec2b0 commit f2ae3d9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@
"drawing"
],
"type": "module",
"exports": "./index.js",
"exports": {
".": "./index.js",
"./dist/mapbox-gl-draw-unminified.js": "./dist/mapbox-gl-draw-unminified.js",
"./dist/mapbox-gl-draw.js": "./dist/mapbox-gl-draw.js",
"./dist/mapbox-gl-draw.css": "./dist/mapbox-gl-draw.css"
},
"main": "dist/mapbox-gl-draw.js",
"browser": "dist/mapbox-gl-draw.js",
"style": "dist/mapbox-gl-draw.css",
Expand Down

0 comments on commit f2ae3d9

Please sign in to comment.