We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd35d4 commit a27fa7dCopy full SHA for a27fa7d
package.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://json.schemastore.org/package.json",
3
"name": "@tmcw/togeojson",
4
- "version": "6.0.0-0",
+ "version": "6.0.0",
5
"description": "convert KML and GPX to GeoJSON",
6
"source": "lib/index.ts",
7
"umd:main": "dist/togeojson.umd.js",
@@ -16,7 +16,9 @@
16
"require": "./dist/togeojson.cjs",
17
"default": "./dist/togeojson.es.mjs"
18
},
19
- "files": ["dist"],
+ "files": [
20
+ "dist"
21
+ ],
22
"scripts": {
23
"test": "vitest run",
24
"lint": "biome check",
0 commit comments