Skip to content

Commit

Permalink
* NPM docs: If your module is meant to be used client-side the browse…
Browse files Browse the repository at this point in the history
…r field should be used instead of the main field.
  • Loading branch information
dwayneparton committed Jun 10, 2023
1 parent c387bd9 commit 8c78ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@dwayneparton/geojson-to-gpx",
"version": "0.0.27",
"version": "0.0.28",
"description": "Converts GeoJson to GPX",
"main": "dist/index.js",
"browser": "dist/index.js",
"module": "dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 8c78ab5

Please # to comment.