vigetlabs / gangway

A client-side API abstraction layer
MIT License
13 stars 1 forks source link

Replace inflected dependency with internal module #30

Closed nhunzaker closed 8 years ago

nhunzaker commented 8 years ago

This commit replaces the inflected library with an internal module that is specifically responsible for singularizing keys. Currently, Gangway only uses the singularize method. This trims about 10kb off the library size, roughly a 30% reduction.

greypants commented 8 years ago

:+1:

mackermedia commented 8 years ago

:+1: