summaryrefslogtreecommitdiff
path: root/support/xyz.sh
diff options
context:
space:
mode:
Diffstat (limited to 'support/xyz.sh')
-rwxr-xr-xsupport/xyz.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/support/xyz.sh b/support/xyz.sh
index cb92577..cff4dd2 100755
--- a/support/xyz.sh
+++ b/support/xyz.sh
@@ -13,8 +13,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 <name>
@@ -160,7 +158,6 @@ inc() {
inc package.json
-run "$dir/sync-package-managers.js"
run "git add --force *.json"
run "git commit --message '$message'"