Skip to content
New issue

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

repository format in package.json is not correct #10

Open
pravi opened this issue Oct 29, 2016 · 0 comments
Open

repository format in package.json is not correct #10

pravi opened this issue Oct 29, 2016 · 0 comments

Comments

@pravi
Copy link

pravi commented Oct 29, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant