@tracktor/map 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -101,3 +101,14 @@ Contributions are welcome! Please follow the coding conventions and include test
101
101
  ## 📄 License
102
102
 
103
103
  MIT © [Kevin Graff / Tracktor]
104
+
105
+
106
+ ## GH-Pages
107
+ This project uses GitHub Pages for documentation hosting. To deploy the documentation, run:
108
+
109
+ ```
110
+ bun run deploy:example
111
+ ```
112
+ This will build the documentation and push it to the `gh-pages` branch.
113
+
114
+ GH-Pages URL: https://tracktor.github.io/map/
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "A React library to easily display map with multiple tools",
4
4
  "private": false,
5
5
  "license": "UNLICENSED",
6
- "version": "1.3.0",
6
+ "version": "1.3.1",
7
7
  "type": "module",
8
8
  "main": "dist/main.umd.cjs",
9
9
  "module": "dist/main.js",