Skip to content

Commit

Permalink
Merge pull request #1250 from WifiDB/ml_4-3-1
Browse files Browse the repository at this point in the history
Update maplibre-gl-js to v4.3.1 - Fix is-ci related build issue
  • Loading branch information
acalcutt authored May 17, 2024
2 parents 8730b48 + a3947ac commit 68d2f71
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 37 deletions.
32 changes: 2 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tileserver-gl",
"version": "4.11.0",
"version": "4.11.1",
"description": "Map tile server for JSON GL styles - vector and server side generated raster tiles",
"main": "src/main.js",
"bin": "src/main.js",
Expand All @@ -15,7 +15,7 @@
"lint:prettier": "prettier --check \"{,!(node_modules|dist|static|public)/**/}*.{js,ts,cjs,mjs,json}\" --ignore-path .gitignore",
"lint:prettier:fix": "prettier --write \"{,!(node_modules|dist|static|public)/**/}*.{js,ts,cjs,mjs,json}\" --ignore-path .gitignore",
"docker": "docker build . && docker run --rm -i -p 8080:8080 $(docker build -q .)",
"prepare": "is-ci || husky"
"prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){ process.exit(1) } \" || husky"
},
"dependencies": {
"@mapbox/glyph-pbf-composite": "0.0.3",
Expand Down Expand Up @@ -57,7 +57,6 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-security": "^1.7.1",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.2",
"mocha": "^10.4.0",
"node-addon-api": "^8",
Expand Down
8 changes: 4 additions & 4 deletions public/resources/maplibre-gl.js

Large diffs are not rendered by default.

0 comments on commit 68d2f71

Please sign in to comment.