DoSomething / forge

🎨 The DoSomething.org pattern library.
http://forge.dosomething.org
MIT License
48 stars 14 forks source link

Remove engines specification. #547

Closed sergiitk closed 8 years ago

sergiitk commented 8 years ago

Don't require node version explicitly.

This is to remove NPM dependencies warning:

npm WARN engine @dosomething/forge@6.6.2: wanted: {"node":"0.12.x"} (current: {"node":"4.4.0","npm":"2.14.20"})

See explanation https://github.com/DoSomething/phoenix/issues/5921#issuecomment-169712675.

DFurnes commented 8 years ago

:+1: