Skip to content

Commit

Permalink
Upgrade version to 0.4.0-alpha.1 for breaking namespace change.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmanley committed Nov 1, 2017
1 parent 83245b1 commit 20dda50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "leaflet-toolbar",
"version": "0.3.0",
"version": "0.4.0-alpha.1",
"description": "Flexible, extensible toolbars for Leaflet maps.",
"scripts": {
"test": "grunt travis",
"coveralls": "PHANTOM=`ls ./coverage | grep PhantomJS` && cat \"coverage/$PHANTOM/lcov.info\" | coveralls"
},
"main": "dist/leaflet.toolbar.js",
"peerDependencies": {
"leaflet": "*"
"leaflet": "*"
},
"devDependencies": {
"autoprefixer": "~7.1.4",
Expand Down

0 comments on commit 20dda50

Please sign in to comment.