From c7df1cfe084bcc805d54801a29b040e4ad720c74 Mon Sep 17 00:00:00 2001 From: Carlos Manzanares Date: Wed, 25 Jul 2012 10:29:09 +0300 Subject: [PATCH] adding support for 0.8 node --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63fd7f2..61ad684 100644 --- a/package.json +++ b/package.json @@ -18,5 +18,5 @@ "main" : "./rsa.js", "repository" : { "type" : "git", "url" : "http://github.com/chrisa/node-rsa.git" }, "scripts": { "install": "node-waf configure build" }, - "engines" : { "node" : "0.4 || 0.5 || 0.6" } + "engines" : { "node" : "0.4 || 0.5 || 0.6 || 0.8" } }