Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit efd5070

Browse files
authored
Merge pull request #466 from thelounge/no-dtrace
Remove dtrace-provider from optionalDependencies
2 parents 2120ba1 + 865b659 commit efd5070

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ client on your system:
4545

4646
npm install ldapjs
4747

48+
DTrace support is included in ldapjs. To enable it, `npm install dtrace-provider`
49+
4850
## License
4951

5052
MIT.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
"vasync": "^1.6.4",
4040
"verror": "^1.8.1"
4141
},
42-
"optionalDependencies": {
43-
"dtrace-provider": "~0.8"
44-
},
4542
"devDependencies": {
4643
"node-uuid": "^1.4.7",
4744
"faucet": "0.0.1",

0 commit comments

Comments
 (0)