From 51acdc4b8bbc70db741e6334a8ffbf81a2b76386 Mon Sep 17 00:00:00 2001 From: Callixte Date: Fri, 19 Oct 2012 10:37:36 -0700 Subject: [PATCH] bumping node-expat version so it compiles. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dce3064..78b240a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "iconv": "~1.1.3", - "node-expat": "~1.4.3" + "node-expat": "~2.0.0" }, "engines": { "node": ">=0.6.0"