From 94dc41a31568eae4110a10eef37a5b1de0f37d9b Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 3 May 2017 01:03:31 -0700 Subject: [PATCH] [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `nsp` --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b84a729..dd350df 100644 --- a/package.json +++ b/package.json @@ -36,10 +36,10 @@ "tape": "^4.6.3", "covert": "^1.1.0", "jscs": "^3.0.7", - "eslint": "^3.11.1", - "@ljharb/eslint-config": "^9.0.1", + "eslint": "^3.19.0", + "@ljharb/eslint-config": "^11.0.0", "editorconfig-tools": "^0.1.1", - "nsp": "^2.6.2" + "nsp": "^2.6.3" }, "testling": { "files": "test/index.js",