diff --git a/Makefile b/Makefile index f44fb68..8930e72 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ endif release: verify-tag @ OLD_TAG=`git describe --abbrev=0 --tags` && \ - replace "$${OLD_TAG/v/}" "$(TAG)" -- nvm.sh install.sh README.markdown && \ + replace "$${OLD_TAG/v/}" "$(TAG)" -- nvm.sh install.sh README.markdown package.json && \ git commit -m "v$(TAG)" nvm.sh install.sh README.markdown package.json && \ git tag "v$(TAG)"