Closed Vincent440 closed 3 years ago
Thank you for your work.
I created a PR to fix this issue, #29
I appreciate this open source package and how easy it was to get working.
Fixed and published to NPM as of 5 minutes ago. Sorry for taking so long, but I was busy running a (successful) Kickstarter
Hey there, it looks like this may have already been fixed but just needs to be published to
npm
currently the only available version on npm is
"version": "0.2.1"
here is the CLI output I get after updating from gatsby v2.x to 3.2.1
I took the updated code available on GitHub and dropped it in my
node_modules\gatsby-source-github-api\gatsby-node.js
file and it works fine again. So thanks for whoever got that updated already, but the package onnpm
needs to get those updatesAny thoughts on bumping the version to
"version": "1.0.1"
to allow for major upgrade without breaking the package for gatsby v2 users?