We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e817b1 commit bc62422Copy full SHA for bc62422
.travis.yml
@@ -23,5 +23,6 @@ deploy:
23
skip_cleanup: true
24
on:
25
tags: true
26
+ email: clayreimann@gmail.com
27
api_key:
28
secure: TZHqJ9Kh2Qf0GAVDjEOQ01Ez6rGMYHKwVLOKTbnb7nSzF7iiGNT4UwzvYawm0T9p1k7X1WOqW3l7OEbIwoKl7/9azT4BBJm7qUMRfB9Zio5cL3rKubJVz7+LEEIW4iBeDWLanhUDgy9BO2JKCt8bfp/U2tltgXtu9Fm/UFPALI8=
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "github-api",
3
- "version": "0.11.2",
+ "version": "1.0.0",
4
"license": "BSD-3-Clause-Clear",
5
"description": "A higher-level wrapper around the Github API.",
6
"main": "dist/components/GitHub.js",
0 commit comments