hubot-github-pages
Advanced tools
Comparing version 0.1.0 to 1.0.0
{ | ||
"name": "hubot-github-pages", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "Get info about the GitHub Pages site for a repo.", | ||
@@ -5,0 +5,0 @@ "main": "index.coffee", |
@@ -20,8 +20,6 @@ # hubot-github-pages | ||
|----------------------|----------|-------------------------------------------------------------------| | ||
| Option | | | | ||
| `HUBOT_GITHUB_USER` | Required | The GitHub username Hubot should use to authenticate with the API.| | ||
| `HUBOT_GITHUB_TOKEN` | Required | The token used to authenticate against the GitHub API. | | ||
| `HUBOT_GITHUB_REPO` | Optional | The default repo about which to ask questions. | | ||
| `HUBOT_GITHUB_API` | Optional | The URL of the GitHub API, with no trailing slash. | | ||
- `HUBOT_GITHUB_USER` (**required**) - The GitHub username Hubot should use to authenticate with the API. | ||
- `HUBOT_GITHUB_TOKEN` (**required**) - The token used to authenticate against the GitHub API. | ||
- `HUBOT_GITHUB_REPO` (**optional**) - The default repo about which to ask questions. | ||
- `HUBOT_GITHUB_API` (**optional**) - The URL of the GitHub API, with no trailing slash. | ||
@@ -43,3 +41,3 @@ [githubot]: https://github.com/iangreenleaf/githubot | ||
hubot pages latest # fetch latest build | ||
hubot pages builds # fetch | ||
hubot pages builds # fetch | ||
# ... etc | ||
@@ -46,0 +44,0 @@ ``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
7014
56