ericblade / quagga2-reader-qr

Quagga2 sample external reader for QR codes
32 stars 10 forks source link

Prepare for npm release #54

Open ericblade opened 3 years ago

ericblade commented 3 years ago

OK, to prepare for NPM release, we need to write up a .npmignore, test with npm pack to make sure that we aren't including any files that shouldn't be included in the release distribution (ie, most of them!), and actually write a README. Possible that we might find some other things that would be nice to do during the process of doing that.

I'm not sure when I will get to that. If there's anyone else out there that would like to contribute, it is welcome!

kotasudhakar commented 6 months ago

can i get started on this? i want to work on this, making this library available on npm as i never did something like this...

kotasudhakar commented 5 months ago

This is done, now published to the npm

https://www.npmjs.com/package/quagga2-reader-qr

kotasudhakar commented 5 months ago

Sorry i had to remove ericblade in the begining of the package name as it is throwing this error while publishing

npm ERR! code E402
npm ERR! 402 Payment Required - PUT https://registry.npmjs.org/@ericblade%2fquagga2-reader-qr - You must sign up for private packages

In package.json

  "name": "quagga2-reader-qr",
  "package-name":"quagga2-reader-qr",
  "version": "1.1.0",
kotasudhakar commented 4 months ago

Hi, do i need to make any other chanegs?

kotasudhakar commented 4 months ago

in case if you are not comfortable me doing this, i can unpublish this at anytime