Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
- #42 - Leaflet 1.x support added
- #39 - Fix typo in docs
  • Loading branch information
ismyrnow committed Feb 20, 2017
1 parent d82696d commit a7ddf8f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
module.exports = function(grunt) {
/* eslint object-curly-newline: [2, "always"] */

module.exports = function (grunt) {
var banner = '/*! Version: <%= pkg.version %>\nDate: <%= grunt.template.today("yyyy-mm-dd") %> */\n';

require('load-grunt-tasks')(grunt);
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet-groupedlayercontrol",
"version": "0.5.0",
"version": "0.6.0",
"homepage": "https://github.com/ismyrnow/Leaflet.groupedlayercontrol",
"authors": [
"Ishmael Smyrnow"
Expand Down
4 changes: 2 additions & 2 deletions dist/leaflet.groupedlayercontrol.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "leaflet-groupedlayercontrol",
"version": "0.5.0",
"version": "0.6.0",
"description": "A Leaflet layer control with support for grouping overlays together",
"main": "dist/leaflet.groupedlayercontrol.min.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "eslint src"
"test": "eslint src",
"build": "grunt"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +36,7 @@
"load-grunt-tasks": "^3.1.0"
},
"dependencies": {
"leaflet": "^0.7.3"
"leaflet": "^1.0.1"
},
"jspm": {
"registry": "jspm",
Expand Down

0 comments on commit a7ddf8f

Please sign in to comment.