Skip to content

Commit d74af27

Browse files
authored
Merge pull request #1262 from gmerciel/patch-1
Update package.json to point to src/index.js
2 parents d1de69b + 10b79af commit d74af27

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
@@ -3,9 +3,9 @@
33
"version": "12.4.1",
44
"description": "Create OpenLayers maps from Mapbox Style objects",
55
"type": "module",
6-
"browser": "dist/index.js",
6+
"browser": "src/index.js",
77
"main": "dist/olms.js",
8-
"module": "dist/index.js",
8+
"module": "src/index.js",
99
"types": "dist/index.d.ts",
1010
"exports": {
1111
".": {

0 commit comments

Comments
 (0)