Skip to content

Commit

Permalink
New tagged version v0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon West committed Aug 22, 2017
1 parent ac1f6a3 commit 47c831c
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 102 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "leaflet-draw",
"description": "Vector drawing plugin for Leaflet",
"version": "0.4.10",
"version": "0.4.11",
"main": [
"dist/leaflet.draw.js",
"dist/leaflet.draw.css",
Expand Down
168 changes: 71 additions & 97 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet-draw",
"version": "0.4.10",
"version": "0.4.11",
"description": "Vector drawing plugin for Leaflet",
"devDependencies": {
"eslint": "^3.5.0 <3.6.0",
Expand All @@ -17,10 +17,10 @@
"karma-safari-launcher": "~1.0.0",
"leafdoc": "^1.4.0",
"leaflet": ">=0.7.0 <1.1",
"mocha": "^3.1.2",
"phantomjs-prebuilt": "^2.1.12",
"mocha": "^3.5.0",
"phantomjs-prebuilt": "^2.1.15",
"prosthetic-hand": "^1.3.1",
"source-map": "^0.5.6",
"source-map": "^0.5.7",
"uglify-js": "^2.8.29",
"uglifycss": "0.0.25"
},
Expand Down

0 comments on commit 47c831c

Please sign in to comment.