Skip to content

Commit 6d34b3f

Browse files
authored
Release 1.1.0 (#45)
* Release 1.1.0 * github actions in npmignore
1 parent 6bb6644 commit 6d34b3f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.github
12
.travis.yml
23
.vscode
34
bower.json

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leaflet.control.layers.tree",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Control Layers in a Tree structure",
55
"homepage": "https://github.com/jjimenezshaw/Leaflet.Control.Layers.Tree",
66
"authors": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leaflet.control.layers.tree",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Control Layers in a Tree structure",
55
"main": "L.Control.Layers.Tree.js",
66
"style": "L.Control.Layers.Tree.css",

0 commit comments

Comments
 (0)