Version bump

This commit is contained in:
Mark Cavage 2011-12-21 10:19:04 -08:00
parent 1ac67c2bc6
commit b8885d7793
2 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ RESTDOWN = ./node_modules/.restdown/bin/restdown \
all:: test doc
node_modules/.ldapjs.npm.installed:
$(NPM) install --dev
$(NPM) install
if [[ ! -d node_modules/.restdown ]]; then \
git clone git://github.com/trentm/restdown.git node_modules/.restdown; \
else \

View File

@ -3,7 +3,7 @@
"name": "ldapjs",
"homepage": "http://ldapjs.org",
"description": "LDAP client and server APIs",
"version": "0.3.6",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "git://github.com/mcavage/node-ldapjs.git"
@ -18,14 +18,14 @@
},
"dependencies": {
"asn1": "0.1.10",
"buffertools": "1.0.5",
"buffertools": "1.0.6",
"dtrace-provider": "0.0.3",
"nopt": "1.0.10",
"sprintf": "0.1.1"
},
"devDependencies": {
"tap": "0.0.12",
"node-uuid": "1.2.0"
"tap": "0.1.3",
"node-uuid": "1.3.1"
},
"scripts": {
"test": "./node_modules/.bin/tap ./tst"