Skip to content

Commit

Permalink
Published to bower and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-ward committed Apr 1, 2015
1 parent 32c2296 commit e69994f
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ See the [example](//consbio.github.io/Leaflet.Geonames).
*Tested with Leaflet 0.7.x*


## Install

From Bower:

```
bower install Leaflet.Geonames
```


From NPM:

```
npm install leaflet-geonames
```


## Usage
Expand Down
32 changes: 32 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "Leaflet.Geonames",
"version": "0.1.0",
"homepage": "https://github.com/consbio/Leaflet.Geonames",
"authors": [
"Brendan Ward <bcward@consbio.org>"
],
"description": "GeoNames geocoding search control for Leaflet",
"main": [
"L.Control.Geonames.min.js",
"L.Control.Geonames.css"
],
"moduleType": [
"globals"
],
"keywords": [
"Leaflet"
],
"license": "ISC",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"uglify-js": "~2.4.16",
"jake": "~8.0.10",
"node-minify": "~1.0.1"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Leaflet.Geonames",
"version": "0.0.1",
"name": "leaflet-geonames",
"version": "0.1.0",
"description": "Geonames Geocoding Search Control for Leaflet",
"homepage": "http://github.com/consbio/Leaflet.Geonames",
"author": {
Expand Down

0 comments on commit e69994f

Please sign in to comment.