Skip to content

Commit 22c5dcb

Browse files
committed
2.1.0
1 parent 0f41ead commit 22c5dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mitt",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Tiny 200b functional Event Emitter / pubsub.",
55
"jsnext:main": "dist/mitt.es.js",
66
"source": "src/index.ts",
@@ -19,7 +19,7 @@
1919
"build": "npm-run-all --silent clean -p bundle -s docs",
2020
"clean": "rimraf dist",
2121
"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"
22+
"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"
2323
},
2424
"repository": "developit/mitt",
2525
"keywords": [

0 commit comments

Comments
 (0)