component / each

Object / array / array-ish / string iteration utility
14 stars 14 forks source link

updating package.json + requires to fix npm #10

Closed calvinfo closed 10 years ago

calvinfo commented 10 years ago

tiny fix for installing via node/npm

TooTallNate commented 10 years ago

See https://github.com/component/domify/commit/d45cb9ae14eb25f4b0ab05b6c693648b9e3789c9 for an explanation on why they were removed. In general, we should be moving away from these try/catch requires in the code base. It's code smell.

TooTallNate commented 10 years ago

+1 for pinning the versions though :)

calvinfo commented 10 years ago

thanks, hadn't seen that discussion!