nodejs
nodejs copied to clipboard
Fork with fixes
Hi All,
I've created a fork https://github.com/pnmcosta/agile_crm with some things addresses:
- Proper error handling
- Clean up and tidy
You can replace the npm package with the fork, if you
npm install pnmcosta/agile_crm
Or change your package dependency to:
"dependencies": {
"agile_crm": "github:pnmcosta/agile_crm"
}
To AgileCRM, feel free to use my changes on your package.
Cheers, P.