GH-11: Don't require node 0.4.10

This commit is contained in:
Mark Cavage 2011-09-02 22:08:33 -04:00
parent 0be6fc9dcb
commit d777ba2d11
1 changed files with 2 additions and 2 deletions

View File

@ -3,14 +3,14 @@
"name": "ldapjs",
"homepage": "http://ldapjs.org",
"description": "LDAP client and server APIs",
"version": "0.1.1",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "git://github.com/mcavage/node-ldapjs.git"
},
"main": "lib/index.js",
"engines": {
"node": ">=0.4.10"
"node": ">=0.4"
},
"dependencies": {
"asn1": "~0.1.5",