version bump
This commit is contained in:
parent
dc359215aa
commit
0535dd8534
12
package.json
12
package.json
|
@ -10,7 +10,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.5.7",
|
"version": "0.5.8",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/mcavage/node-ldapjs.git"
|
"url": "git://github.com/mcavage/node-ldapjs.git"
|
||||||
|
@ -27,14 +27,14 @@
|
||||||
"asn1": "0.1.11",
|
"asn1": "0.1.11",
|
||||||
"assert-plus": "0.1.2",
|
"assert-plus": "0.1.2",
|
||||||
"buffertools": "1.1.0",
|
"buffertools": "1.1.0",
|
||||||
"bunyan": "0.14.0",
|
"bunyan": "0.18.2",
|
||||||
"dtrace-provider": "0.2.1",
|
"dtrace-provider": "0.2.7",
|
||||||
"nopt": "1.0.10",
|
"nopt": "2.1.1",
|
||||||
"pooling": "0.3.2"
|
"pooling": "0.3.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tap": "0.3.1",
|
"tap": "0.4.0",
|
||||||
"node-uuid": "1.3.3"
|
"node-uuid": "1.4.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "./node_modules/.bin/tap ./test"
|
"test": "./node_modules/.bin/tap ./test"
|
||||||
|
|
Loading…
Reference in New Issue