File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
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" : [
You can’t perform that action at this time.
0 commit comments