Skip to content

Commit

Permalink
Add maplibre-gl w/ npm auto-update (#1778)
Browse files Browse the repository at this point in the history
* Add maplibre-gl package

* Rename maplibre-gl to maplibre-gl.json

* Update maplibre-gl.json

---------

Co-authored-by: Matt Cowley <[email protected]>
  • Loading branch information
nickswalker and MattIPv4 authored Apr 1, 2024
1 parent 911e949 commit e4cb56e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions packages/m/maplibre-gl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "maplibre-gl",
"description": "A WebGL interactive maps library",
"filename": "maplibre-gl.js",
"license": "BSD-3-Clause",
"homepage": "https://maplibre.org/maplibre-gl-js/docs/",
"repository": {
"type": "git",
"url": "https://github.com/maplibre/maplibre-gl-js"
},
"keywords": [
"map",
"vector",
"tiles",
"mapping"
],
"autoupdate": {
"source": "npm",
"target": "maplibre-gl",
"fileMap": [
{
"basePath": "dist",
"files": [
"*.@(js|css)?(.map)"
]
}
]
},
"authors": [
{
"name": "Harel Mazor",
"email": "[email protected]"
}
]
}

0 comments on commit e4cb56e

Please sign in to comment.