Skip to content

Commit

Permalink
#build-patch: keywords added + build config
Browse files Browse the repository at this point in the history
  • Loading branch information
reskume committed Dec 4, 2024
1 parent ebc9167 commit 9d0e494
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openaip/coordinate-parser",
"version": "0.7.0",
"description": "Parser that extracts coordinates from a variety of formatted lat/lon strings.",
"categories": [
"keywords": [
"geospatial",
"openaip",
"coordinates",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"lib": [
"es2023"
],
"module": "Node16",
"module": "commonjs",

Check failure on line 28 in tsconfig.json

View workflow job for this annotation

GitHub Actions / Build and publish package

Option 'module' must be set to 'Node16' when option 'moduleResolution' is set to 'Node16'.
"target": "es2022",
"moduleResolution": "node16"
}
}
}

0 comments on commit 9d0e494

Please sign in to comment.