rotemdan / lzutf8.js

A high-performance Javascript string compression library
MIT License
322 stars 26 forks source link

Npm as dependency in prod build #20

Closed maximelkin closed 6 years ago

maximelkin commented 6 years ago

...
"dependencies": { "npm": "^6.2.0" }, ...

rotemdan commented 6 years ago

Thanks for reporting. The issue didn't even get into the Git repository, only on npm. It happened because I had trouble logging in to npm and tried to update it (incorrectly) at some point so I guess that it added itself automatically to the local package.json.