Skip to content

Commit

Permalink
Adds main to package.json (#14)
Browse files Browse the repository at this point in the history
This library is designed specifically for the browser. It should be bundled and used only there. How it works in node may be unpredictable as it uses browser specific features to work.
  • Loading branch information
dwayneparton authored Oct 29, 2023
1 parent 443472e commit 2aab07f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@dwayneparton/geojson-to-gpx",
"version": "0.0.29",
"version": "0.0.30",
"description": "Converts GeoJson to GPX",
"main": "dist/index.js",
"browser": "dist/index.js",
"module": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 2aab07f

Please # to comment.