github-tools / github

A higher-level wrapper around the Github API. Intended for the browser.
BSD 3-Clause "New" or "Revised" License
3.6k stars 759 forks source link

Please upgrade NPM to latest version #524

Closed wuyxp closed 5 years ago

wuyxp commented 6 years ago

In version 3.0.0 ` const searchData = await this.github.search().forRepositories ` There are still some mistakes There will be a constant entry to next that cannot be stopped. I see the fix in version 3.1.0 of the current project, but it has not been released to NPMJS

j-rewerts commented 5 years ago

@clayreimann I second this. It'd be nice to push out a new release one of these days. I'd also be interested in learning what our release process looks like.

clayreimann commented 5 years ago

@wuyxp Sorry for the long delay, v3.2.0 is now live on npm.

@j-rewerts the library is deployed to npm automatically when a tag is pushed. It looks like I never generated a new deploy token after that npm token leak debacle. I think I've got it sorted out now though.

j-rewerts commented 5 years ago

@clayreimann Thanks!