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

exporting paths so that we can require('yahoo-arrow/index.js') #198

Closed mdhume closed 10 years ago

mdhume commented 10 years ago

This helps us locate the correct bin path for arrow especially when there are multiple versions of arrow installed

proverma commented 10 years ago

this should be done in lib.js, not at index.js. I will create a new PR. closing this one.