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

Commit 706278d

Browse files
committedMar 24, 2018
fix(typo): fix typo on package.json
1 parent cc5f6e6 commit 706278d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363
"release:version": "node ./changelog --version $VERSION && git push origin && git push origin --follow-tags",
6464
"release:major": "node ./changelog --major && npm version major && git push origin && git push origin --follow-tags",
6565
"release:minor": "node ./changelog --minor && npm version minor && git push origin && git push origin --follow-tags",
66-
"release:patch": "node ./changelog --patch && npm version patch && git push origin && git push origin --follow-tags",
66+
"release:patch": "node ./changelog --patch && npm version patch && git push origin && git push origin --follow-tags"
6767
}
6868
}

0 commit comments

Comments
 (0)