nodejs icon indicating copy to clipboard operation
nodejs copied to clipboard

Fork with fixes

Open pnmcosta opened this issue 8 years ago • 0 comments

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.

pnmcosta avatar Aug 02 '17 10:08 pnmcosta