From 2240bd3ca1f876247544f6f18946ac3135c32e43 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Sat, 18 Jun 2016 12:22:29 +0200 Subject: [PATCH] Update deps. --- .eslintignore | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.eslintignore b/.eslintignore index 7cba1cff..5bb303c2 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,3 @@ -build/** -node_modules/** -**/vendor/** +build +node_modules +**/vendor diff --git a/package.json b/package.json index f62c6608..572edf29 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,9 @@ "devDependencies": { "babel-loader": "6.2.4", "babel-preset-es2015": "6.9.0", - "eslint": "2.11.0", + "eslint": "2.13.0", "ghu": "0.6.0", - "scar": "0.10.1", + "scar": "0.11.0", "sinon": "2.0.0-pre" }, "engines": {