From 3876415af63fb0889c3714095795e35748bc25f1 Mon Sep 17 00:00:00 2001 From: Remy Loubradou Date: Sun, 13 Jan 2013 18:12:03 +0100 Subject: [PATCH] Update version of jsonparse to v0.0.4. This version contains performance enhancements (~2x faster) and support for utf-8. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68210a8..b1d14ec 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "git://github.com/dominictarr/JSONStream.git" }, "dependencies": { - "jsonparse": "0.0.2" + "jsonparse": "0.0.4" }, "devDependencies": { "it-is": "~1",