Skip to content

Commit

Permalink
fix: update exports to work with current release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
varna authored and underoot committed Dec 3, 2024
1 parent c99763c commit 97daacd
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 97daacd

Please sign in to comment.