Skip to content

Commit

Permalink
chore(deps): Moved pretty-format to devDependencies (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscop committed Feb 16, 2020
1 parent 3b98d4d commit 327f9cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -44,14 +44,14 @@
"jest-diff": "^25.1.0",
"jest-matcher-utils": "^25.1.0",
"lodash": "^4.17.15",
"pretty-format": "^25.1.0",
"redent": "^3.0.0"
},
"devDependencies": {
"jest-environment-jsdom-sixteen": "^1.0.0",
"jest-watch-select-projects": "^1.0.0",
"jsdom": "^16.0.1",
"kcd-scripts": "^4.1.0"
"kcd-scripts": "^4.1.0",
"pretty-format": "^25.1.0"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js",
Expand Down

0 comments on commit 327f9cd

Please sign in to comment.