Skip to content

Commit

Permalink
Release 1.1.0 (#45)
Browse files Browse the repository at this point in the history
* Release 1.1.0

* github actions in npmignore
  • Loading branch information
jjimenezshaw authored Mar 26, 2021
1 parent 6bb6644 commit 6d34b3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.github
.travis.yml
.vscode
bower.json
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.control.layers.tree",
"version": "1.0.2",
"version": "1.1.0",
"description": "Control Layers in a Tree structure",
"homepage": "https://github.com/jjimenezshaw/Leaflet.Control.Layers.Tree",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet.control.layers.tree",
"version": "1.0.2",
"version": "1.1.0",
"description": "Control Layers in a Tree structure",
"main": "L.Control.Layers.Tree.js",
"style": "L.Control.Layers.Tree.css",
Expand Down

0 comments on commit 6d34b3f

Please sign in to comment.