airbnb / polyglot.js

Give your JavaScript the ability to speak many languages.
http://airbnb.github.io/polyglot.js
BSD 2-Clause "Simplified" License
3.71k stars 208 forks source link

Readme says: "Polyglot has zero dependencies". package.json has multiple #110

Closed martinlabuschin closed 6 years ago

martinlabuschin commented 6 years ago

Just installed the package and noticed that 4 other packages were installed. That surprised me since the current Readme says "Polyglot has zero dependencies". Should this sentence be removed?

ljharb commented 6 years ago

Oops, yes it should - having zero dependencies isn’t actually a good thing anyways, because it means wheels are likely being reinvented. Want to send a PR?

martinlabuschin commented 6 years ago

Created a PR: https://github.com/airbnb/polyglot.js/pull/112