Version bump
This commit is contained in:
parent
1ac67c2bc6
commit
b8885d7793
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ RESTDOWN = ./node_modules/.restdown/bin/restdown \
|
||||||
all:: test doc
|
all:: test doc
|
||||||
|
|
||||||
node_modules/.ldapjs.npm.installed:
|
node_modules/.ldapjs.npm.installed:
|
||||||
$(NPM) install --dev
|
$(NPM) install
|
||||||
if [[ ! -d node_modules/.restdown ]]; then \
|
if [[ ! -d node_modules/.restdown ]]; then \
|
||||||
git clone git://github.com/trentm/restdown.git node_modules/.restdown; \
|
git clone git://github.com/trentm/restdown.git node_modules/.restdown; \
|
||||||
else \
|
else \
|
||||||
|
|
|
@ -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.3.6",
|
"version": "0.4.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/mcavage/node-ldapjs.git"
|
"url": "git://github.com/mcavage/node-ldapjs.git"
|
||||||
|
@ -18,14 +18,14 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"asn1": "0.1.10",
|
"asn1": "0.1.10",
|
||||||
"buffertools": "1.0.5",
|
"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.0.12",
|
"tap": "0.1.3",
|
||||||
"node-uuid": "1.2.0"
|
"node-uuid": "1.3.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "./node_modules/.bin/tap ./tst"
|
"test": "./node_modules/.bin/tap ./tst"
|
||||||
|
|
Loading…
Reference in New Issue