Skip to content

Commit

Permalink
move @types/geojson and pbf to dependencies for TS types
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Jul 11, 2024
1 parent 1af4118 commit 20fd06c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
10 changes: 3 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"main": "index.js",
"types": "index.d.ts",
"dependencies": {
"@mapbox/point-geometry": "~1.0.0"
"@mapbox/point-geometry": "~1.0.0",
"@types/geojson": "^7946.0.14",
"pbf": "^4.0.1"
},
"devDependencies": {
"@types/geojson": "^7946.0.14",
"benchmark": "^2.1.4",
"eslint": "^9.6.0",
"eslint-config-mourner": "^4.0.2",
"pbf": "^4.0.1",
"typescript": "^5.5.3"
},
"scripts": {
Expand Down

0 comments on commit 20fd06c

Please sign in to comment.