Skip to content

Commit

Permalink
Merge branch 'main' of github.com:digidem/comapeo-geometry into feat/…
Browse files Browse the repository at this point in the history
…namedExports
  • Loading branch information
Tomás Ciccola committed Oct 10, 2024
2 parents f815e5a + 1eff27e commit 3e2ffe1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions json/geometry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://comapeo.app/schemas/shared/geometry.json",
"title": "Geometry",
"type": "object",
"description": "A subset of the GeoJSON geometry object.",
"definitions": {
"position": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comapeo/geometry",
"version": "1.0.1",
"version": "1.0.2",
"description": "GeoJSON Geometry encoding and decoding to protobuf",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 3e2ffe1

Please sign in to comment.