Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Jan 7, 2025
1 parent 8a638fe commit 69d878a
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 108 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ npm-debug.log
package-lock.json
examples/**/yarn.lock
test/**/yarn.lock
*/**/package-lock.json
**/package-lock.json
**/tsconfig.tsbuildinfo
yarn-error.log
.DS_Store
.reify-cache
Expand Down
103 changes: 0 additions & 103 deletions modules/main/README.md

This file was deleted.

1 change: 1 addition & 0 deletions modules/main/README.md
1 change: 1 addition & 0 deletions modules/main/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"outDir": "dist"
},
"references": [
{"path": "../react-mapbox"},
{"path": "../react-maplibre"}
]
}
1 change: 0 additions & 1 deletion modules/main/tsconfig.tsbuildinfo

This file was deleted.

2 changes: 1 addition & 1 deletion modules/react-mapbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vis.gl/react-mapbox",
"description": "React components for Maplibre GL JS",
"description": "React components for Mapbox GL JS",
"version": "8.0.0-alpha.0",
"keywords": [
"mapbox",
Expand Down
1 change: 0 additions & 1 deletion modules/react-mapbox/tsconfig.tsbuildinfo

This file was deleted.

1 change: 0 additions & 1 deletion modules/react-maplibre/tsconfig.tsbuildinfo

This file was deleted.

1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"baseUrl": "./",
"paths": {
"react-map-gl": ["modules/main/src"],
"@vis.gl/react-mapbox": ["modules/react-mapbox/src"],
"@vis.gl/react-maplibre": ["modules/react-maplibre/src"]
},
"plugins": [
Expand Down

0 comments on commit 69d878a

Please sign in to comment.