diff options
| author | Jason Miller <[email protected]> | 2020-07-15 15:00:13 +0000 |
|---|---|---|
| committer | Jason Miller <[email protected]> | 2020-07-15 15:00:13 +0000 |
| commit | 22c5dcba10736aecb1f39ee88d9f85278108c988 (patch) | |
| tree | 94303ce97863afc53b93cc34b85a2a1bea242606 /package.json | |
| parent | 0f41ead697945b38d55435306a21068c04445863 (diff) | |
2.1.0
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index a2c2b58..51b5cf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mitt", - "version": "2.0.1", + "version": "2.1.0", "description": "Tiny 200b functional Event Emitter / pubsub.", "jsnext:main": "dist/mitt.es.js", "source": "src/index.ts", @@ -19,7 +19,7 @@ "build": "npm-run-all --silent clean -p bundle -s docs", "clean": "rimraf dist", "docs": "documentation readme src/index.ts --section API -q --parse-extension ts", - "release": "npm run -s build -s && npm t && git commit -m $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish" + "release": "npm run -s build -s && npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish" }, "repository": "developit/mitt", "keywords": [ |
