Skip to content

repository format in package.json is not correct #10

@pravi

Description

@pravi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions