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

npm #1

Open
brian-armstrong opened this issue Mar 11, 2016 · 6 comments
Open

npm #1

brian-armstrong opened this issue Mar 11, 2016 · 6 comments

Comments

@brian-armstrong
Copy link
Member

This package should make its way onto npm. In order to get there, I'd like to do a bit of cleanup and make a proper exports.

@millette
Copy link

millette commented Aug 2, 2017

Dupe of #8

@lastmjs
Copy link

lastmjs commented Oct 28, 2017

You might want to hold off on the exports and go straight to ES modules, which will be standard across all JS VMs. This will be much better than using Node's CommonJS because it will not require an extra build step for browser versus Node, and since you've already been waiting a while to do it right, why not wait to really do it right with ES Modules? Those are my thoughts.

@brian-armstrong
Copy link
Member Author

Thanks for the info. Admittedly I'm not a JS guy and it's hard to stay on top of all of this. I do have an exports patch that's 95% done, just need to find the motivation for the last push

@virtuacoplenny
Copy link

@brian-armstrong, is there any update on your progress?

@brian-armstrong
Copy link
Member Author

I've put the first bit of my work for this here #24

@edgarogh
Copy link

In case there are still people interested, I made this module for a personal project. It is quite dirty but it works (web only) and will probably the job until quiet-js is officially published to npm. Feel free to fork it or send PRs if you have improvements to suggest.

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

5 participants