diff --git a/.gitignore b/.gitignore index 0e1b82e..4375ad4 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ npm-debug.log node_modules dist +build \ No newline at end of file diff --git a/component.json b/component.json new file mode 100644 index 0000000..aa6476f --- /dev/null +++ b/component.json @@ -0,0 +1,14 @@ +{ + "name": "leaflet-sidebar", + "version": "0.1.4", + "repo": "Turbo87/leaflet-sidebar", + "description": "A responsive sidebar plugin for for Leaflet", + "keywords": [ + "gis", + "leaflet", + "leaflet-plugin", + "map" + ], + "scripts": ["src/L.Control.Sidebar.js"], + "styles": ["src/L.Control.Sidebar.css"] +} \ No newline at end of file