Skip to content

Commit

Permalink
Use explicit name for release patch too
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Nov 6, 2018
1 parent c243c92 commit a6c0ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"testsuite": "mocha-chrome tests/index.html",
"lint": "eslint --config .eslintrc leaflet-providers.js index.html preview/*.js preview/*.html tests/*",
"min": "uglifyjs leaflet-providers.js -mc -o leaflet-providers.min.js",
"release": "mversion patch -m",
"release-patch": "mversion patch -m",
"release-minor": "mversion minor -m"
},
"license": "BSD-2-Clause",
Expand Down

0 comments on commit a6c0ac2

Please sign in to comment.