From b3cc9bb303fd92b72b5846253a0f0b3257b394d4 Mon Sep 17 00:00:00 2001 From: Gal Niv Date: Mon, 2 Feb 2015 11:58:44 -0500 Subject: [PATCH] Update to jsonparse 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 179d109..d0d55a9 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "parsing" ], "dependencies": { - "jsonparse": "0.0.5", + "jsonparse": "~1.0.0", "through": ">=2.2.7 <3" }, "devDependencies": {