sjlu / cities

Lookup cities based on zipcodes or GPS coordinates
https://www.npmjs.com/package/cities
27 stars 15 forks source link

Remove unused require of 'fs' #18

Closed jbranchaud closed 5 years ago

jbranchaud commented 5 years ago

The 'fs' module is being required, but not used. That requirement was causing this package to be unusable within a storybook context. The tests are still passing when removing 'fs' and this package now works in a storybook context.

sjlu commented 5 years ago

👍