ldapjs-dtrace-fix
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -17,3 +17,3 @@ { | ||
"description": "LDAP client and server APIs", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -44,3 +44,3 @@ "repository": { | ||
"optionalDependencies": { | ||
"dtrace-provider": "^0.8.0" | ||
"dtrace-provider": "0.8.0" | ||
}, | ||
@@ -47,0 +47,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
# LDAPjs | ||
# LDAPjs-dtrace-fix | ||
@@ -8,2 +8,4 @@ [!['Build status'][travis_image_url]][travis_page_url] | ||
This version of ldapjs has the fix of dtrace-provider issue. In this version of ldapjs using the `0.8.0` version of dtrace-provider. | ||
LDAPjs makes the LDAP protocol a first class citizen in Node.js. | ||
@@ -47,3 +49,3 @@ | ||
npm install ldapjs | ||
npm install ldapjs-dtrace-fix | ||
@@ -50,0 +52,0 @@ ## License |
227346
57