Skip to content

Commit b562626

Browse files
author
Kent C. Dodds
committed
fix(deps): move eslint from devDeps to deps. 😅
1 parent 420b3d4 commit b562626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
1818
"license": "MIT",
1919
"dependencies": {
20+
"eslint": "^3.13.1",
2021
"prettier": "^0.0.5"
2122
},
2223
"devDependencies": {
@@ -30,7 +31,6 @@
3031
"codecov": "^1.0.1",
3132
"commitizen": "^2.8.6",
3233
"cz-conventional-changelog": "^1.2.0",
33-
"eslint": "^3.13.1",
3434
"eslint-config-kentcdodds": "^11.1.0",
3535
"husky": "0.12.0",
3636
"jest-cli": "18.1.0",

0 commit comments

Comments
 (0)