kevinohara80 / nforce

nforce is a node.js salesforce REST API wrapper for force.com, database.com, and salesforce.com
MIT License
474 stars 167 forks source link

nforce dependency on faye is out of date #128

Closed kduffie closed 8 years ago

kduffie commented 8 years ago

package.json has a dependency on faye v1.1.0. But faye v1.1.0 has invalid dependencies causing troubles when you run "npm list". Faye has been update to 1.2.3 where that problem should go away. So nforce's package should be updated to have a later dependency (or remove version dependence).

matuagarwal commented 8 years ago

Hi @kevinohara80 Can you merge my PR for this https://github.com/kevinohara80/nforce/pull/130

kevinohara80 commented 8 years ago

Hey I'll take a look at this tomorrow and get it merged. Thanks!

kevinohara80 commented 8 years ago

Closed by #130