geo-coordinates-parser 1.6.3 → 1.6.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "geo-coordinates-parser",
3
- "version": "1.6.3",
3
+ "version": "1.6.5",
4
4
  "description": "A Javascript function for reading a variety of coordinate formats and converting to decimal numbers. Builds on other efforts by returning the verbatim coordinates and the decimal coordinates all in one object.",
5
5
  "type": "module",
6
- "main": "merge.js",
6
+ "main": "./dist/cjs/merge.js",
7
+ "types": "./dist/cjs/merge.d.ts",
7
8
  "exports": {
8
9
  ".": {
9
10
  "import": "./dist/mjs/merge.js",