restify / clients

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

dtrace-provider dependency inadvertently removed by #101 #168

Closed melloc closed 6 years ago

melloc commented 6 years ago

In #101 (acadfc4c), the "dtrace-provider" dependency was moved into an "optionalDependency" field. The correct name for the field is "optionalDependencies". I'll submit a PR against master, but I'd also like to get this backported to a 1.5.3 release if possible.

trentm commented 6 years ago
$ npm info restify-clients dist-tags
{ latest: '2.0.2', 'latest-1': '1.5.3' }