From c06b17cbebd5f90a6ce185b930f758978ca71e3d Mon Sep 17 00:00:00 2001 From: Jim Bisenius Date: Sat, 2 Jan 2021 04:08:09 -0500 Subject: [PATCH] Add Github seats warning --- README.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f448bcc..2f70130 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,14 @@ Before we get started - double-check the pre-requisites in the previous section

Frequently Asked Questions

+#### What about Github seats? +Great question! If you don't have enough seats available under your Github organization to add a new outside collaborator, the API call will fail because Github won't all the invite to be generated. Always ensure you have a some extra seats allotted (1-10 depending on sales volume) to ensure this doesn't happen! + #### What if I can't get this setup? Contact Jim Bisenius via DM on [Discord](https://discord.com/invite/3pBM4Px)! I'd be happy to help get it installed personally 🤠 #### What happens if I cancel my subscription? -Great question! You can cancel your subscription at anytime and your repository privliges will be revoked and a final copy of the software for you to via before you lose access to all future updates. **TLDR: You just lose access to updates, your software will still work** +You can cancel your subscription at anytime and your repository privliges will be revoked and a final copy of the software for you to via before you lose access to all future updates. **TLDR: You just lose access to updates, your software will still work**
diff --git a/package.json b/package.json index 20a58a2..199d69d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sponsorware-github", - "version": "0.4.0", + "version": "1.0.0", "description": "



Sponsorware for Github

A small web server that automates the process of granting someone access to one or more private repositories after sponsoring your on Github.

", "main": "index.js", "scripts": {