Skip to content

Commit

Permalink
6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Jan 27, 2025
1 parent c1b1a88 commit b23a8b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@tmcw/togeojson",
"version": "6.0.0",
"version": "6.0.1",
"description": "convert KML and GPX to GeoJSON",
"source": "lib/index.ts",
"umd:main": "dist/togeojson.umd.js",
Expand All @@ -16,7 +16,9 @@
"require": "./dist/togeojson.cjs",
"default": "./dist/togeojson.es.mjs"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"test": "vitest run",
"lint": "biome check",
Expand Down

0 comments on commit b23a8b8

Please sign in to comment.