From d7c184e77d694d1eb39b0ae67b0a6ee5105c0635 Mon Sep 17 00:00:00 2001 From: Landon Abney Date: Wed, 15 Feb 2017 10:47:23 -0800 Subject: [PATCH] Fix typo in package dependency specification This was causing an error about being unable to determine the package dependencies to be printed, and if this was the only provider a user has and they hand't installed Linter themselves they would be stuck with a completely unusable setup. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a11739..54dd227 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint-config-airbnb-base": "^11.0.1", "eslint-plugin-import": "^2.2.0" }, - "packages-deps": [ + "package-deps": [ "linter" ], "eslintConfig": {