Skip to content

Commit

Permalink
fix(deps): Make eslint-plugin-import a direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Apr 4, 2016
1 parent 19b142c commit d73068d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@
"url": "https://github.com/kentcdodds/eslint-config-kentcdodds/issues"
},
"homepage": "https://github.com/kentcdodds/eslint-config-kentcdodds#readme",
"peerDependencies": {
"eslint": "^2.0.0",
"dependencies": {
"eslint-plugin-import": "1.4.0"
},
"peerDependencies": {
"eslint": "^2.0.0"
},
"devDependencies": {
"babel-eslint": "6.0.2",
"commitizen": "2.7.2",
Expand Down

0 comments on commit d73068d

Please sign in to comment.