Removed package.json from the `git commit` call before publishing to npm.
This commit is contained in:
Miroslav Bajtos 2013-07-12 08:46:04 +02:00
Родитель 1b343ecb42
Коммит ac600fa9a4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@ while doing the next relase.
1. Commit the changes to git and push them to the server
git commit package.json ChangeLog -m 'released version vX.Y.Z'
git commit ChangeLog -m 'released version vX.Y.Z'
git push origin master
1. Create and publish a git tag