Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Sep 9, 2024
1 parent e65dd40 commit fb3cc77
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@placemarkio/tokml",
"version": "0.3.3",
"version": "0.3.4",
"description": "Convert GeoJSON to KML",
"main": "dist/tokml.cjs",
"module": "dist/tokml.es.mjs",
Expand All @@ -12,7 +12,10 @@
"default": "./dist/tokml.es.mjs",
"types": "./dist/index.d.ts"
},
"keywords": ["kml", "geojson"],
"keywords": [
"kml",
"geojson"
],
"publishConfig": {
"access": "public"
},
Expand All @@ -27,7 +30,9 @@
"singleQuote": true,
"trailingComma": "es5"
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"test": "vitest",
"lint": "eslint . && tsc --noEmit",
Expand Down

0 comments on commit fb3cc77

Please sign in to comment.