We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the package.json contains a git package, e.g.
{ "name": "html", "version": "0.0.0", "dependencies": {}, "devDependencies": { "browser-sync": "^1.3.6", "gulp": "^3.8.7", "gulp-modernizr": "git://github.com/doctyper/gulp-modernizr.git", "gulp-plumber": "^0.6.5" }, "engines": { "node": ">=0.8.0" } }
npm-check-update fails with: There was an error determining the latest package versions: Error: 404 Not Found: gulp-modernizr
The text was updated successfully, but these errors were encountered:
Thanks for the bug report. This is now fixed in 1.3.0
Sorry, something went wrong.
No branches or pull requests
If the package.json contains a git package, e.g.
npm-check-update fails with: There was an error determining the latest package versions: Error: 404 Not Found: gulp-modernizr
The text was updated successfully, but these errors were encountered: