Revert back to dtrace 0.0.3
This commit is contained in:
parent
e572b9f0b6
commit
1696c15cce
|
@ -3,7 +3,7 @@
|
||||||
"name": "ldapjs",
|
"name": "ldapjs",
|
||||||
"homepage": "http://ldapjs.org",
|
"homepage": "http://ldapjs.org",
|
||||||
"description": "LDAP client and server APIs",
|
"description": "LDAP client and server APIs",
|
||||||
"version": "0.3.5",
|
"version": "0.3.6",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/mcavage/node-ldapjs.git"
|
"url": "git://github.com/mcavage/node-ldapjs.git"
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"asn1": "0.1.10",
|
"asn1": "0.1.10",
|
||||||
"buffertools": "1.0.5",
|
"buffertools": "1.0.5",
|
||||||
"dtrace-provider": "0.0.4",
|
"dtrace-provider": "0.0.3",
|
||||||
"nopt": "1.0.10",
|
"nopt": "1.0.10",
|
||||||
"sprintf": "0.1.1"
|
"sprintf": "0.1.1"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue