Skip to content

Commit

Permalink
removes spurious dependency
Browse files Browse the repository at this point in the history
ESLint is included in eslint-config-fnd

note, however, that Yarn doesn't install executables (`.bin/eslint`) for
transitive dependencies
  • Loading branch information
FND committed Dec 24, 2017
1 parent f6b0ba7 commit 16dcb19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"chokidar": "^1.7.0"
},
"devDependencies": {
"eslint": "^4.4.1",
"eslint-config-fnd": "^1.2.0",
"release-util-fnd": "^1.0.4"
"release-util-fnd": "^1.0.7"
}
}

0 comments on commit 16dcb19

Please sign in to comment.