We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f41ead commit 22c5dcbCopy full SHA for 22c5dcb
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mitt",
3
- "version": "2.0.1",
+ "version": "2.1.0",
4
"description": "Tiny 200b functional Event Emitter / pubsub.",
5
"jsnext:main": "dist/mitt.es.js",
6
"source": "src/index.ts",
@@ -19,7 +19,7 @@
19
"build": "npm-run-all --silent clean -p bundle -s docs",
20
"clean": "rimraf dist",
21
"docs": "documentation readme src/index.ts --section API -q --parse-extension ts",
22
- "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"
23
},
24
"repository": "developit/mitt",
25
"keywords": [
0 commit comments