lex-parser icon indicating copy to clipboard operation
lex-parser copied to clipboard

repository format in package.json is not correct

Open pravi opened this issue 8 years ago • 0 comments

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.

pravi avatar Oct 29 '16 08:10 pravi