Skip to content

Commit

Permalink
v6.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Nov 22, 2024
1 parent ffb323b commit cf65c6c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tmcw/togeojson",
"version": "5.8.1",
"version": "6.0.0-0",
"description": "convert KML and GPX to GeoJSON",
"source": "lib/index.ts",
"umd:main": "dist/togeojson.umd.js",
Expand All @@ -15,7 +15,9 @@
"require": "./dist/togeojson.cjs",
"default": "./dist/togeojson.es.mjs"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"test": "vitest run",
"lint": "eslint",
Expand All @@ -27,6 +29,7 @@
"@types/geojson": "*"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@placemarkio/check-geojson": "^0.1.12",
"@rollup/plugin-typescript": "^8.3.3",
"@types/geojson": "^7946.0.8",
Expand All @@ -41,7 +44,6 @@
"rollup-plugin-terser": "^7.0.2",
"standard-version": "^9.5.0",
"typedoc": "^0.22.17",
"@biomejs/biome": "^1.9.4",
"typescript": "^4.7.4",
"vitest": "^0.25.2"
},
Expand Down

0 comments on commit cf65c6c

Please sign in to comment.