thallium205 / xero

Xero Library for Private Applications in Node
48 stars 55 forks source link

easyxml@1.0.0 #6

Closed tlhunter closed 9 years ago

tlhunter commented 9 years ago

You'll want to update your package.json to load a specific version of easyxml (e.g. 0.1.0 instead of *) as the latest version breaks API compatibility.

umairsiddique commented 9 years ago

7

ghost commented 9 years ago
{
  "name": "xero",
  "version": "0.0.5",
  "dependencies": {
    "oauth": "0.9.10",
    "easyxml": "*",
    "xml2js": "*"
  }
}

The issue is still there.

sebgie commented 9 years ago

@thallium205 could you push the updated version to npm, please? The published version is not working atm and #7 would fix it.

tengis commented 9 years ago

@thallium205 Could you update npm version? npm install command still downloads old version

thallium205 commented 9 years ago

Updated! Sorry for the delay.

sebgie commented 9 years ago

Thanks :+1: