-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
||
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:ismyrnow/Leaflet.groupedlayercontrol.git" | ||
"url": "[email protected]:ismyrnow/leaflet-groupedlayercontrol.git" | ||
}, | ||
"keywords": [ | ||
"leaflet", | ||
|
@@ -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", | ||
|