From c09789656985a84988c2e627a5b0ba87307f8e40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20de=20Metz?= Date: Sun, 15 Jan 2012 13:35:47 +0100 Subject: [PATCH] Make it compatible with node 0.4. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François de Metz --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 494cc7c..cb8a9cf 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ } , "bugs" : { "url" : "http://github.com/lmatteis/node-trello/issues" } -, "engines" : ["node >= 0.6.6"] +, "engines" : ["node >= 0.4.7"] , "main" : "./main" ,"scripts": { "test": "node tests.js" } }