diff --git a/package.json b/package.json index 6864156..0af8ce3 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "0.0.8", "license": "(MIT OR Apache-2.0)", "description": "Svelte library for using MapLibre GL JS as reactive components", + "repository": { + "url": "https://github.com/MIERUNE/svelte-maplibre-gl" + }, "scripts": { "dev": "vite dev", "build": "vite build && npm run package",