Skip to content

Commit 4dd8a72

Browse files
committed
fix type path for mapbox
1 parent 2c6b0aa commit 4dd8a72

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.changeset/pink-ears-cross.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-three-map": patch
3+
---
4+
5+
Fix types declaration path.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111
Until now you had:
1212

13-
| imperative | declarative (react) |
14-
| --- | --- |
15-
| Mapbox GL JS | react-map-gl |
16-
| THREE.js | react-three-fiber |
13+
| imperative | declarative (react) |
14+
| --------------- | ----------------- |
15+
| Maplibre/Mapbox | react-map-gl |
16+
| THREE.js | react-three-fiber |
1717

1818
Now with `react-three-map`, you can use them together :fist_right::star::fist_left:.
1919

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Use react-three-fiber inside MapLibre and Mapbox",
55
"main": "dist/cjs/main.js",
66
"module": "dist/es/main.mjs",
7-
"types": "dist/types/maplibre.index.d.ts",
7+
"types": "dist/types/mapbox.index.d.ts",
88
"sideEffects": false,
99
"repository": "https://github.com/RodrigoHamuy/react-three-map",
1010
"homepage": "https://github.com/RodrigoHamuy/react-three-map",

0 commit comments

Comments
 (0)