We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1de69b + 10b79af commit d74af27Copy full SHA for d74af27
package.json
@@ -3,9 +3,9 @@
3
"version": "12.4.1",
4
"description": "Create OpenLayers maps from Mapbox Style objects",
5
"type": "module",
6
- "browser": "dist/index.js",
+ "browser": "src/index.js",
7
"main": "dist/olms.js",
8
- "module": "dist/index.js",
+ "module": "src/index.js",
9
"types": "dist/index.d.ts",
10
"exports": {
11
".": {
0 commit comments