Skip to content

Commit

Permalink
update publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Dec 19, 2020
1 parent c9e73bd commit 8e541fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"lint:fix": "npm run lint -- --fix",
"test": "mocha --require @babel/register test/*.js",
"version": "npm run build",
"patch": "npm version patch && npm publish",
"minor": "npm version minor && npm publish",
"major": "npm version major && npm publish",
"postpublish": "git push && git push --tags"
"patch": "npm version patch",
"minor": "npm version minor",
"major": "npm version major",
"postversion": "git push && git push --tags"
},
"dependencies": {
"eventemitter2": "^6.4.3",
Expand Down

0 comments on commit 8e541fe

Please sign in to comment.