jordansissel / heroku-buildpack-meteor

a heroku buildpack for meteor (meteor.com)
588 stars 264 forks source link

where should I specific my npm version #64

Open txs opened 8 years ago

txs commented 8 years ago

$(package_json ".engines.npm") seems like the code is reading the package.json on the root file. But the code just don't read the root file package.json

please help!