Skip to content

Commit

Permalink
Align github repo and package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ismyrnow committed Feb 21, 2017
1 parent a7ddf8f commit e628cee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ agree to abide by the [code of conduct](CODE_OF_CONDUCT.md).

Fork, then clone the repo:

git clone [email protected]:your-username/Leaflet.groupedlayercontrol.git
git clone [email protected]:your-username/leaflet-groupedlayercontrol.git

Set up your machine:

Expand All @@ -21,7 +21,7 @@ Make your change. Make the tests pass:

Push to your fork and [submit a pull request][pr].

[pr]: https://github.com/ismyrnow/Leaflet.groupedlayercontrol/compare/
[pr]: https://github.com/ismyrnow/leaflet-groupedlayercontrol/compare/

At this point you're waiting on me. I like to at least comment on pull requests,
and I may suggest some changes or improvements or alternatives.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Leaflet.groupedlayercontrol
leaflet-groupedlayercontrol
===========================

Leaflet layer control with support for grouping overlays together.
Also supports making groups exclusive (radio instead of checkbox).

![preview](preview.png)

Demos: [Basic](http://ismyrnow.github.io/Leaflet.groupedlayercontrol/example/basic.html) |
[Advanced](http://ismyrnow.github.io/Leaflet.groupedlayercontrol/example/advanced.html)
Demos: [Basic](http://ismyrnow.github.io/leaflet-groupedlayercontrol/example/basic.html) |
[Advanced](http://ismyrnow.github.io/leaflet-groupedlayercontrol/example/advanced.html)

## Installation

Expand Down Expand Up @@ -76,5 +76,5 @@ groups is. Layers in an exclusive layer group render as radio inputs.

## License

Leaflet.groupedlayercontrol is free software, and may be redistributed under
leaflet-groupedlayercontrol is free software, and may be redistributed under
the MIT-LICENSE.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "leaflet-groupedlayercontrol",
"version": "0.6.0",
"homepage": "https://github.com/ismyrnow/Leaflet.groupedlayercontrol",
"homepage": "https://github.com/ismyrnow/leaflet-groupedlayercontrol",
"authors": [
"Ishmael Smyrnow"
],
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "[email protected]:ismyrnow/Leaflet.groupedlayercontrol.git"
"url": "[email protected]:ismyrnow/leaflet-groupedlayercontrol.git"
},
"keywords": [
"leaflet",
Expand All @@ -25,9 +25,9 @@
"author": "Ishmael Smyrnow",
"license": "MIT",
"bugs": {
"url": "https://github.com/ismyrnow/Leaflet.groupedlayercontrol/issues"
"url": "https://github.com/ismyrnow/leaflet-groupedlayercontrol/issues"
},
"homepage": "https://github.com/ismyrnow/Leaflet.groupedlayercontrol",
"homepage": "https://github.com/ismyrnow/leaflet-groupedlayercontrol",
"devDependencies": {
"eslint": "^3.1.1",
"grunt": "^0.4.5",
Expand Down

0 comments on commit e628cee

Please sign in to comment.