From ee23f54bb20bbd134e8f17d98f6f248ff79074fa Mon Sep 17 00:00:00 2001 From: geek Date: Tue, 16 May 2017 14:46:29 -0500 Subject: [PATCH] Update espree version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 50ae54cc..81654560 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "eslint": "3.19.x", "eslint-config-hapi": "10.x.x", "eslint-plugin-hapi": "4.x.x", - "espree": "3.x.x", + "espree": "3.4.x", "find-rc": "3.0.x", "handlebars": "4.x.x", "hoek": "4.x.x", @@ -31,7 +31,7 @@ "devDependencies": { "code": "4.x.x", "cpr": "2.0.x", - "eslint-plugin-markdown": "1.0.0-beta.4", + "eslint-plugin-markdown": "1.0.0-beta.6", "lab-event-reporter": "1.x.x", "rimraf": "2.6.x" },