Skip to content

Commit 6e07cf6

Browse files
committed
Bump version to 0.0.4
1 parent 407f2d2 commit 6e07cf6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geojson-map-fit-mercator",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Finds the optimal bearing, zoom and center point for fitting a set of GeoJSON features in a Mapbox GL or LibreMap Mercator map.",
55
"main": "dist/index.cjs",
66
"types": "types/index.d.ts",
@@ -30,7 +30,8 @@
3030
"docs:jekyll": "cd docs && bundle exec jekyll build",
3131
"docs:typedoc": "typedoc --out docs src",
3232
"docs:local": "npm run docs:js && cd docs && bundle exec jekyll serve",
33-
"docs": "npm run docs:js && npm run docs:typedoc && npm run docs:jekyll"
33+
"docs": "npm run docs:js && npm run docs:typedoc && npm run docs:jekyll",
34+
"prepare": "npm run build",
3435
},
3536
"devDependencies": {
3637
"@eslint/js": "^9.10.0",

0 commit comments

Comments
 (0)