Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
fix(typo): fix typo on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sibelius committed Mar 24, 2018
1 parent cc5f6e6 commit 706278d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -63,6 +63,6 @@
"release:version": "node ./changelog --version $VERSION && git push origin && git push origin --follow-tags",
"release:major": "node ./changelog --major && npm version major && git push origin && git push origin --follow-tags",
"release:minor": "node ./changelog --minor && npm version minor && git push origin && git push origin --follow-tags",
"release:patch": "node ./changelog --patch && npm version patch && git push origin && git push origin --follow-tags",
"release:patch": "node ./changelog --patch && npm version patch && git push origin && git push origin --follow-tags"
}
}

0 comments on commit 706278d

Please sign in to comment.