Skip to content

Commit

Permalink
Merge pull request Turbo87#17 from zedd45/master
Browse files Browse the repository at this point in the history
add support for component.io.
  • Loading branch information
Turbo87 committed Apr 13, 2014
2 parents 30aa7b9 + 3a33e2e commit 82a77d0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ npm-debug.log
node_modules

dist
build
14 changes: 14 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -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"]
}

0 comments on commit 82a77d0

Please sign in to comment.