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