version bump
This commit is contained in:
parent
f8c46a4c20
commit
0cee804daf
|
@ -8,7 +8,7 @@
|
|||
"name": "ldapjs",
|
||||
"homepage": "http://ldapjs.org",
|
||||
"description": "LDAP client and server APIs",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mcavage/node-ldapjs.git"
|
||||
|
@ -22,15 +22,15 @@
|
|||
"node": ">=0.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"asn1": "0.1.10",
|
||||
"asn1": "0.1.11",
|
||||
"buffertools": "1.0.6",
|
||||
"dtrace-provider": "0.0.3",
|
||||
"nopt": "1.0.10",
|
||||
"sprintf": "0.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tap": "0.1.3",
|
||||
"node-uuid": "1.3.1"
|
||||
"tap": "0.1.4",
|
||||
"node-uuid": "1.3.3"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "./node_modules/.bin/tap ./tst"
|
||||
|
|
Loading…
Reference in New Issue