Skip to content

Wrong filenames in src/package.json? #299

@okonomiyaki3000

Description

@okonomiyaki3000

In the template for src/package.json, you have these lines:

  "module": "<%= props.libraryName.kebabCase %>.js",
  "jsnext:main": "<%= props.libraryName.kebabCase %>.js",
  "typings": "<%= props.libraryName.kebabCase %>.d.ts",

but, in the output to dist/, these files are all named index rather than the library name. Or have I misunderstood something?

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