asterisk / node-ari-client

Node.js client for ARI. This library is best effort with limited support.
Other
250 stars 98 forks source link

request in devdependencies? #111

Closed mxs42 closed 6 years ago

mxs42 commented 6 years ago
  "devDependencies": {
...
    "request": "^2.34.0"
}

17th line of client.js: var request = require('request');

Installation is broken because of that.

samuelg commented 6 years ago

Fix published to NPM. Should be good to go. Sorry about that.