Skip to content

Commit

Permalink
fix(deps): move eslint from devDeps to deps. 馃槄
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Jan 13, 2017
1 parent 420b3d4 commit b562626
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 @@ -17,6 +17,7 @@
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
"license": "MIT",
"dependencies": {
"eslint": "^3.13.1",
"prettier": "^0.0.5"
},
"devDependencies": {
Expand All @@ -30,7 +31,6 @@
"codecov": "^1.0.1",
"commitizen": "^2.8.6",
"cz-conventional-changelog": "^1.2.0",
"eslint": "^3.13.1",
"eslint-config-kentcdodds": "^11.1.0",
"husky": "0.12.0",
"jest-cli": "18.1.0",
Expand Down

0 comments on commit b562626

Please sign in to comment.