Skip to content

the 'main' key in package.json doesn't point to the correct file #7

@kjhangiani

Description

@kjhangiani

I was interested in testing this module out in an ember project using ember-browserify, but was running into errors because it seems that the main: "htmldiff.js" entry point in package.json is incorrect. Manually changing this to main: "./src/htmldiff.js" allows the module to work.

Is this a bug in package.json? Or should there be an htmldiff.js in the root level of the node_modules/htmldiff folder? When I npm install this package, htmldiff.js and htmldiff.coffee are both only in the src/ folder

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