Skip to content

Commit

Permalink
build: switch from mversion to npm-version
Browse files Browse the repository at this point in the history
Fix: #406
  • Loading branch information
brunob committed Sep 10, 2022
1 parent 4e6e9c1 commit 3b7bd4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .mversionrc

This file was deleted.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"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-patch": "mversion patch -m",
"release-minor": "mversion minor -m"
"preversion": "npm run min",
"postversion": "git push && git push --tags && npm publish"
},
"license": "BSD-2-Clause",
"bugs": {
Expand All @@ -31,7 +31,6 @@
"eslint-plugin-html": "^7.0.0",
"mocha": "^10.0.0",
"mocha-chrome": "^2.2.0",
"mversion": "^2.0.1",
"uglify-js": "^3.14.1"
},
"autoupdate": {
Expand Down

0 comments on commit 3b7bd4f

Please sign in to comment.