Skip to content

Commit

Permalink
chore: change import path
Browse files Browse the repository at this point in the history
  • Loading branch information
oterral committed Jan 23, 2025
1 parent 0946190 commit a53be5b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"version": "3.1.1-beta.3",
"homepage": "https://mobility-toolbox-js.geops.io/",
"exports": {
".": "./index.js",
"./api": "./api/index.js",
"./maplibre": "./maplibre/index.js",
"./ol": "./ol/index.js",
"./types": "./types/index.d.ts"
".": "./src/index.js",
"./api": "./src/api/index.js",
"./maplibre": "./src/maplibre/index.js",
"./ol": "./src/ol/index.js",
"./types": "./src/types/index.d.ts"
},
"dependencies": {
"@geoblocks/ol-maplibre-layer": "^1.0.3",
Expand Down

0 comments on commit a53be5b

Please sign in to comment.