Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qazsato committed Nov 30, 2024
1 parent 7c6ae1a commit d53f7d7
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 8 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# maplibre-gl-compass
# maplibre-gl-compass

A heading up compass for MapLibre GL JS 🧭

## Setup

```sh
npm install maplibre-gl-compass
```
2 changes: 1 addition & 1 deletion docs/index-CcxpsQwU.js → docs/index-uR5fkDtJ.js

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

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + TS</title>
<script type="module" crossorigin src="/maplibre-gl-compass/index-CcxpsQwU.js"></script>
<script type="module" crossorigin src="/maplibre-gl-compass/index-uR5fkDtJ.js"></script>
<link rel="stylesheet" crossorigin href="/maplibre-gl-compass/index-Dr0l-3GY.css">
</head>
<body>
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

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

17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "maplibre-gl-compass",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"description": "A heading up compass for MapLibre GL JS",
"main": "dist/maplibre-gl-compass.js",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -15,5 +16,15 @@
"pmtiles": "^4.0.1",
"typescript": "~5.6.2",
"vite": "^6.0.1"
}
},
"repository": {
"type": "git",
"url": "https://github.com/qazsato/maplibre-gl-compass.git"
},
"keywords": [
"MapLibre GL JS",
"Compass"
],
"author": "qazsato <[email protected]>",
"license": "MIT"
}

0 comments on commit d53f7d7

Please sign in to comment.