From a4617300d92643ede40efb58287698bc2d43036b Mon Sep 17 00:00:00 2001 From: Andrea Giammarchi Date: Tue, 2 Aug 2016 10:20:18 +0100 Subject: [PATCH] Bumping `circular-son` version As mentioned in https://github.com/WebReflection/circular-json/issues/25 `circular-json` wan't rightly implementing the license field. Latest version bump changed only that bit so that ESLint should now be happy. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0250512..c6d36b5 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "watch-run": "^1.2.2" }, "dependencies": { - "circular-json": "^0.3.0", + "circular-json": "^0.3.1", "del": "^2.0.2", "graceful-fs": "^4.1.2", "write": "^0.2.1"