Require dtrace 0.3

This commit is contained in:
Mark Cavage 2011-09-02 22:11:13 -04:00
parent 5fe70eb739
commit 7225e8d5ee
1 changed files with 2 additions and 2 deletions

View File

@ -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.1.2", "version": "0.2.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/mcavage/node-ldapjs.git" "url": "git://github.com/mcavage/node-ldapjs.git"
@ -15,7 +15,7 @@
"dependencies": { "dependencies": {
"asn1": "~0.1.5", "asn1": "~0.1.5",
"buffertools": "~1.0.3", "buffertools": "~1.0.3",
"dtrace-provider": "~0.0.2", "dtrace-provider": "~0.0.3",
"sprintf": "~0.1.1" "sprintf": "~0.1.1"
}, },
"devDependencies": { "devDependencies": {