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

Publish usable module on npm #199

Open
fregante opened this issue Jul 20, 2022 · 0 comments
Open

Publish usable module on npm #199

fregante opened this issue Jul 20, 2022 · 0 comments

Comments

@fregante
Copy link

fregante commented Jul 20, 2022

I noticed that the detector has been published to npm in #98 but the file does not contain any exports and thus it cannot be imported:

typeof require('js-library-detector') === 'undefined'

It'd be great to see:

  • module.exports = or export default
  • some documentation (the published readme file talks about the extension instead of the library)

Here's the published content:

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