Skip to content

Commit

Permalink
Bring in typescript definition file (#130)
Browse files Browse the repository at this point in the history
* Fork @types/mapbox-gl-js as well and possible inegrate directly with this repo #24 - initial commit

* #24 - Added typescript item to change log

* #24 - Updated version to match the current one in package.json file

Co-authored-by: Yuri Astrakhan <[email protected]>
  • Loading branch information
HarelM and nyurik authored Apr 13, 2021
1 parent fd16a60 commit 10c3bc2
Show file tree
Hide file tree
Showing 3 changed files with 2,337 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Features and improvements

- *...Add new stuff here...*
- Bring in typescript definitions file (#24)
- Update example links to https://maplibre.org/maplibre-gl-js-docs/ (#131)
- Improve performance of layers with constant `*-sort-key` (#78)

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"engines": {
"node": ">=6.4.0"
},
"types": "src/index.d.ts",
"dependencies": {
"@mapbox/geojson-rewind": "^0.5.0",
"@mapbox/geojson-types": "^1.0.2",
Expand Down
Loading

0 comments on commit 10c3bc2

Please sign in to comment.