restify / clients

HttpClient, StringClient, and JsonClient extracted from restify
MIT License
57 stars 34 forks source link

Dtrace module should be optionalDependency #101

Closed avishaybe closed 7 years ago

avishaybe commented 7 years ago

The module Dtrace should be optionalDependency as it is not supported on all linux and windows operating systems. The restify project has already made it optionalDependency.

simonepri commented 7 years ago

You're right: https://github.com/restify/node-restify/blob/5.x/package.json#L116 Done with #130 Thank you 👍