Skip to content

Commit

Permalink
remove support for Component
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers authored and michaelficarra committed Nov 27, 2016
1 parent 5136f3d commit 8f117da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions xyz
Expand Up @@ -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 <name>
Expand Down Expand Up @@ -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'"
Expand Down

0 comments on commit 8f117da

Please sign in to comment.