Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong filenames in src/package.json? #299

Open
okonomiyaki3000 opened this issue Jun 21, 2018 · 0 comments
Open

Wrong filenames in src/package.json? #299

okonomiyaki3000 opened this issue Jun 21, 2018 · 0 comments

Comments

@okonomiyaki3000
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant