-
-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): move eslint from devDeps to deps. 😅
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ | |
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)", | ||
"license": "MIT", | ||
"dependencies": { | ||
"eslint": "^3.13.1", | ||
"prettier": "^0.0.5" | ||
}, | ||
"devDependencies": { | ||
|
@@ -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", | ||
|