Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
Bug is messed up NPM version and package.json version
  • Loading branch information
jeremiak committed Oct 9, 2021
1 parent 5b91ba1 commit f6d54e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geotiff2geojson",
"version": "1.1.1",
"version": "1.2.1",
"description": "Convert a GeoTIFF image into a GeoJSON FeatureCollection of Point features",
"main": "index.mjs",
"scripts": {
Expand All @@ -24,4 +24,4 @@
"bin": {
"geotiff2geojson": "./index.mjs"
}
}
}

0 comments on commit f6d54e7

Please sign in to comment.