Merge pull request #466 from thelounge/no-dtrace

Remove dtrace-provider from optionalDependencies
This commit is contained in:
James Sumners 2019-08-24 21:08:17 -04:00 committed by GitHub
commit efd5070612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -45,6 +45,8 @@ client on your system:
npm install ldapjs
DTrace support is included in ldapjs. To enable it, `npm install dtrace-provider`
## License
MIT.

View File

@ -39,9 +39,6 @@
"vasync": "^1.6.4",
"verror": "^1.8.1"
},
"optionalDependencies": {
"dtrace-provider": "~0.8"
},
"devDependencies": {
"node-uuid": "^1.4.7",
"faucet": "0.0.1",