Skip to content

Commit

Permalink
added publishing to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
craigphares committed Sep 21, 2020
1 parent ac59c29 commit fcbbab3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@ Stripe subscriptions
[![Test Coverage](https://codeclimate.com/github/sixoverground/tang/badges/coverage.svg)](https://codeclimate.com/github/sixoverground/tang/coverage)
[![Issue Count](https://codeclimate.com/github/sixoverground/tang/badges/issue_count.svg)](https://codeclimate.com/github/sixoverground/tang)

## Publishing

```
gem build tang.gemspec
gem push tang-x.x.x.gem
npm publish --access public
```


0 comments on commit fcbbab3

Please sign in to comment.