Skip to content

Commit

Permalink
fix(formatter): move chalk and mo to dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
emjimadhu committed Apr 15, 2020
1 parent 3425b6e commit cd6e1b4
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 @@ -46,11 +46,9 @@
"@types/eslint": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"chalk": "^4.0.0",
"commitizen": "^4.0.4",
"cz-conventional-changelog": "3.1.0",
"eslint": "^6.8.0",
"eslint-formatter-mo": "^1.0.0",
"husky": "^4.2.5",
"np": "^6.2.1",
"typescript": "^3.8.3"
Expand All @@ -67,5 +65,9 @@
},
"peerDependencies": {
"eslint": ">= 6.x"
},
"dependencies": {
"chalk": "^4.0.0",
"eslint-formatter-mo": "^1.0.0"
}
}

0 comments on commit cd6e1b4

Please sign in to comment.