From 31be15dd81bf0487b798d70c682c93792d5129ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Wed, 18 Oct 2017 16:35:37 +1100 Subject: [PATCH] chore(package): update jsondiffpatch --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 516ca764..77a6acdb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webidl2", "description": "A WebIDL Parser", - "version": "6.0.0", + "version": "6.0.1", "contributors": [ "Robin Berjon (https://berjon.com)", "Marcos Caceres (https://marcosc.com)", @@ -11,7 +11,7 @@ "dependencies": {}, "devDependencies": { "expect": "21.2.1", - "jsondiffpatch": "0.2.4", + "jsondiffpatch": "0.2.5", "mocha": "4.0.1" }, "scripts": {