Skip to content

Commit

Permalink
Package *github* renamed to *@octokit/rest* (#1433)
Browse files Browse the repository at this point in the history
* Almost missed this among the *kerberos* sea of compile warnings
* This is one of the many reasons why haven't bothered upgrading... now they are on 15 \*infinite yeesh\* breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, breaking, etc. and then finally breaking their distribution on npmjs.com
``` sh-session
npm WARN deprecated [email protected]: 'github' has been renamed to '@octokit/rest' (https://git.io/vNB11)
```

Applies to #1432

Auto-merge
  • Loading branch information
Martii authored Jun 16, 2018
1 parent 5edc27c commit 33bc509
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Repository | Reference | Recent Version
[font-awesome][font-awesomeGHUrl] | [Documentation][font-awesomeDOCUrl] | [![NPM version][font-awesomeNPMVersionImage]][font-awesomeNPMUrl]
[formidable][formidableGHUrl] | [Documentation][formidableDOCUrl] | [![NPM version][formidableNPMVersionImage]][formidableNPMUrl]
[git-rev][git-revGHUrl] | [Documentation][git-revDOCUrl] | [![NPM version][git-revNPMVersionImage]][git-revNPMUrl]
[github][githubGHUrl] | [Documentation][githubDOCUrl] | [![NPM version][githubNPMVersionImage]][githubNPMUrl]
[highlight.js][highlight.jsGHUrl] | [Documentation][highlight.jsDOCUrl][ᴸᴬᴺᴳ][highlight.jsLANGUrl] | [![NPM version][highlight.jsNPMVersionImage]][highlight.jsNPMUrl]
[image-size][image-sizeGHUrl] | [Documentation][image-sizeDOCUrl] | [![NPM version][image-sizeNPMVersionImage]][image-sizeNPMUrl]
[ip-range-check][ip-range-checkGHUrl] | [Documentation][ip-range-checkDOCUrl] | [![NPM version][ip-range-checkNPMVersionImage]][ip-range-checkNPMUrl]
Expand Down Expand Up @@ -90,6 +89,7 @@ Repository | Reference | Recent Version
[uglifyJS][uglifyJS2GHUrl] <br />&#x21B3; [`harmony`][uglifyJS2GHHarmonyUrl] | [Documentation][uglifyJS2DOCUrl] [&#x00b9;][uglifyJS2DOC1Url] | [![NPM version][uglifyJS2NPMVersionImage]][uglifyJS2NPMUrl] <br />&#x21B3; [![NPM Harmony version][uglifyJS2NPMHarmonyVersionImage]][uglifyJS2NPMHarmonyUrl]
[underscore][underscoreGHUrl] | [Documentation][underscoreDOCUrl] | [![NPM version][underscoreNPMVersionImage]][underscoreNPMUrl]
[useragent][useragentGHUrl] | [Documentation][useragentDOCUrl] | [![NPM version][useragentNPMVersionImage]][useragentNPMUrl]
[@octokit/rest ᶠᵏᵃ ᵍᶦᵗʰᵘᵇ][githubGHUrl] | [Documentation][githubDOCUrl] | [![NPM version][githubNPMVersionImage]][githubNPMUrl]


##### Static
Expand Down Expand Up @@ -235,10 +235,10 @@ Outdated dependencies list can also be achieved with `$ npm --depth 0 outdated`
[formidableNPMUrl]: https://www.npmjs.com/package/formidable
[formidableNPMVersionImage]: https://img.shields.io/npm/v/formidable.svg?style=flat

[githubGHUrl]: https://github.com/mikedeboer/node-github
[githubDOCUrl]: https://github.com/mikedeboer/node-github/blob/master/README.md
[githubNPMUrl]: https://www.npmjs.com/package/github
[githubNPMVersionImage]: https://img.shields.io/npm/v/github.svg?style=flat
[githubGHUrl]: https://github.com/octokit/rest.js
[githubDOCUrl]: https://github.com/octokit/rest.js/blob/master/README.md
[githubNPMUrl]: https://www.npmjs.com/package/@octokit/rest
[githubNPMVersionImage]: https://img.shields.io/npm/v/@octokit/rest.svg?style=flat

[git-revGHUrl]: https://github.com/tblobaum/git-rev
[git-revDOCUrl]: https://github.com/tblobaum/git-rev/blob/master/README.md
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"font-awesome": "4.7.0",
"formidable": "1.2.1",
"git-rev": "0.2.1",
"github": "0.2.4",
"github": "git://github.com/octokit/rest.js#29dedb3",
"highlight.js": "9.12.0",
"ip-range-check": "0.0.2",
"image-size": "0.6.3",
Expand Down

0 comments on commit 33bc509

Please sign in to comment.