From 8f117dac57f65a8947cf806b9e51012ab1984b2d Mon Sep 17 00:00:00 2001 From: David Chambers Date: Sun, 27 Nov 2016 11:59:18 +0100 Subject: [PATCH] remove support for Component --- xyz | 3 --- 1 file changed, 3 deletions(-) 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'"