Closed tlhunter closed 9 years ago
{
"name": "xero",
"version": "0.0.5",
"dependencies": {
"oauth": "0.9.10",
"easyxml": "*",
"xml2js": "*"
}
}
The issue is still there.
@thallium205 could you push the updated version to npm, please? The published version is not working atm and #7 would fix it.
@thallium205 Could you update npm version? npm install command still downloads old version
Updated! Sorry for the delay.
Thanks :+1:
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.