diff --git a/package.json b/package.json index 72798d2..1b44508 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name" : "iptrie" , "description" : "IP tries (prefix tree)" , "keywords" : [ "iptrie", "blocklist", "IP", "acl" ] -, "version" : "0.0.3" +, "version" : "0.0.4" , "author" : { "name" : "Theo Schlossnagle" } , "directories": { "lib": "." } , "repository" : @@ -12,7 +12,7 @@ { "url" : "http://github.com/postwait/node-iptrie/issues" } , "main" : "iptrie" -, "engines" : { "node" : "0.2 || 0.4 || 0.5 || 0.6 || 0.8" } +, "engines" : { "node" : "0.2 || 0.4 || 0.5 || 0.6 || 0.8 || 0.10" } , "licenses" : [ { "type" : "BSD" } ] }