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
Currently it is,
"repository": { "type": "git", "repository": "https://github.com/zaach/lex-parser.git"
Correct configuration,from another module,
"repository": { "type": "git", "url": "git://github.com/jonschlinkert/glob-base.git"
So second 'repository ' field should be changed to 'url'.
This caused npm2deb to crash (it is being fixed though) https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840169 it may cause problems with other tools.
The text was updated successfully, but these errors were encountered:
fix package.json repository url
bbbf9d9
Fix for zaach#10
No branches or pull requests
Currently it is,
Correct configuration,from another module,
So second 'repository ' field should be changed to 'url'.
This caused npm2deb to crash (it is being fixed though) https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840169 it may cause problems with other tools.
The text was updated successfully, but these errors were encountered: