Closed bencevans closed 10 years ago
Hey Ben,
Do you have a repository listed in your package.json? I'll procvide a promt to input that info in the next build of it's missing, but for now- just make sure your losing your GitHub repository in your package.json and that should solve your problem!
@bencevans, Let me know if that doesn't fix things for you.
That has fixed it to a point however I do have a repository element in the package.json file with the value git://github.com/fluent-ffmpeg/node-fluent-ffmpeg.git
Hey Ben,
Please make sure to follow the npm specs for your package.json
and the problem should resolve.
This should do the trick:
"repository" : {
"type" : "git",
"url" : "http://github.com/fluent-ffmpeg/node-fluent-ffmpeg.git"
}
@jakeleboeuf taa!
Just an idea that might be quite jazzy, instead of using the GitHub API, to use the local GIT data?