Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Fix typo in package dependency specification
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Arcanemagus committed Feb 15, 2017
1 parent 2dcd1d4 commit d7c184e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-config-airbnb-base": "^11.0.1",
"eslint-plugin-import": "^2.2.0"
},
"packages-deps": [
"package-deps": [
"linter"
],
"eslintConfig": {
Expand Down

0 comments on commit d7c184e

Please # to comment.