YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

update express version in arrow to support node08 #24

Closed lzhan closed 11 years ago

lzhan commented 11 years ago

Even though arrow supports all node version 0.6 and above, arrow has express2.5.2 as dependent package and which doesn't support node08. Please update express to a version support node08.

npm info express@2.5.2 engines npm http GET https://registry.npmjs.org/express npm http 304 https://registry.npmjs.org/express { node: '>= 0.4.1 < 0.7.0' }

npm info yahoo-arrow@0.0.61 engines node >=0.6

proverma commented 11 years ago

this is fixed now.