Skip to content

Commit a27fa7d

Browse files
committed
6.0.0
1 parent dbd35d4 commit a27fa7d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@tmcw/togeojson",
4-
"version": "6.0.0-0",
4+
"version": "6.0.0",
55
"description": "convert KML and GPX to GeoJSON",
66
"source": "lib/index.ts",
77
"umd:main": "dist/togeojson.umd.js",
@@ -16,7 +16,9 @@
1616
"require": "./dist/togeojson.cjs",
1717
"default": "./dist/togeojson.es.mjs"
1818
},
19-
"files": ["dist"],
19+
"files": [
20+
"dist"
21+
],
2022
"scripts": {
2123
"test": "vitest run",
2224
"lint": "biome check",

0 commit comments

Comments
 (0)