File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " geojson-map-fit-mercator" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.0.4 " ,
4
4
"description" : " Finds the optimal bearing, zoom and center point for fitting a set of GeoJSON features in a Mapbox GL or LibreMap Mercator map." ,
5
5
"main" : " dist/index.cjs" ,
6
6
"types" : " types/index.d.ts" ,
30
30
"docs:jekyll" : " cd docs && bundle exec jekyll build" ,
31
31
"docs:typedoc" : " typedoc --out docs src" ,
32
32
"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" ,
34
35
},
35
36
"devDependencies" : {
36
37
"@eslint/js" : " ^9.10.0" ,
You can’t perform that action at this time.
0 commit comments