Skip to content

Commit

Permalink
See if a types field helps TS check problems elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed May 14, 2024
1 parent 378a6db commit 286f511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion route-snapper-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "route-snapper-ts",
"description": "Draw routes in MapLibre snapped to a street network using client-side routing. TypeScript bindings",
"version": "0.0.1",
"version": "0.0.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/dabreegster/route_snapper"
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/"
],
Expand Down

0 comments on commit 286f511

Please sign in to comment.