Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

bin requires filename #1

@mikeal

Description

@mikeal

Bin is documented as:

{ "bin" : { "npm" : "./cli" } }

But using this I actually get a file not found exception. Changing to this:

{ "bin" : { "npm" : "./cli.js" } }

I no longer get the exception. This is either a code bug or a doc bug, I don't know which way you actually intended it to work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions