diff --git a/xyz b/xyz index 2e73e3b..28873b4 100755 --- a/xyz +++ b/xyz @@ -9,8 +9,6 @@ This involves updating the version number in package.json, committing this change (along with any staged changes), tagging the commit, pushing to the remote git repository, and finally publishing to the public npm registry. -If present, component.json is updated along with package.json. - Options: -b --branch @@ -163,7 +161,6 @@ inc() { } inc package.json -inc component.json run "git commit$([[ $edit == true ]] && printf ' --edit') --message '$message'" run "git tag --annotate '$tag' --message '$message'"