git-task-list icon indicating copy to clipboard operation
git-task-list copied to clipboard

github-api pinned to 3.1.0 tarball

Open jayvdb opened this issue 7 years ago • 2 comments

package.json currently has

"github-api": "https://github.com/github-tools/github/archive/v3.1.0.tar.gz",

https://www.npmjs.com/package/github-api only has v3.0.0

However there are not many commits since v3.0.0. https://github.com/github-tools/github/compare/v3.0.0...master

If none of those fixes are needed for this app, the dependency could be downgraded to v3.0.0 but allow new versions as they are properly released.

jayvdb avatar Jun 11 '18 07:06 jayvdb

Removed in https://github.com/coala/git-task-list/pull/33

blazeu avatar Jun 11 '18 07:06 blazeu

Still would be nice to know whether it was necessary to use v3.1.0 or not.

jayvdb avatar Jun 11 '18 13:06 jayvdb