cozmo / jsQR

A pure javascript QR code reading library. This library takes in raw images and will locate, extract and parse any QR code found within.
https://cozmo.github.io/jsQR/
Apache License 2.0
3.64k stars 602 forks source link

chore(package): remove unnecessary binstubs path #169

Closed eventualbuddha closed 4 years ago

eventualbuddha commented 4 years ago

NPM (and Yarn) both add the relevant binstubs path to $PATH, so you don't need to add it explicitly. On top of that, this hardcodes a node_modules layout that may not always be correct. If you were to use Yarn v2 with Zero Install, for example, it never unpacks packages into node_modules at all. NPM may do something similar in the future.

cozmo commented 4 years ago

Ah didn't know this, thanks!

cozmo commented 4 years ago

Published as v1.3.1