Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Dec 1, 2021
1 parent a0ab1d4 commit 637de43
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@placemarkio/tokml",
"version": "0.1.0",
"version": "0.2.0",
"description": "Convert GeoJSON to KML",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -33,19 +33,18 @@
"lint": "eslint . && tsc --noEmit",
"prepublishOnly": "microbundle"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"@types/geojson": "^7946.0.8",
"@types/jest": "^27.0.3",
"unist-builder": "^3.0.0",
"xast-util-to-xml": "^3.0.0",
"xastscript": "^3.0.0",
"@swc/core": "^1.2.114",
"@swc/jest": "^0.2.11",
"@types/geojson": "^7946.0.8",
"@types/jest": "^27.0.3",
"eslint": "^8.3.0",
"jest": "^27.4.2",
"microbundle": "^0.14.2",
"typescript": "^4.5.2"
"typescript": "^4.5.2",
"unist-builder": "^3.0.0",
"xast-util-to-xml": "^3.0.0",
"xastscript": "^3.0.0"
}
}

0 comments on commit 637de43

Please sign in to comment.