Skip to content

Commit

Permalink
fix(deps): move prettier from dependencies to devDependencies (#968)
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
  • Loading branch information
andersk authored and ematipico committed Jun 21, 2019
1 parent dad54f4 commit 6105ef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -124,7 +124,6 @@
"import-local": "2.0.0",
"interpret": "1.2.0",
"loader-utils": "1.2.3",
"prettier": "1.18.2",
"supports-color": "5.5.0",
"v8-compile-cache": "2.0.3",
"yargs": "12.0.5"
Expand Down Expand Up @@ -164,6 +163,7 @@
"lerna": "3.15.0",
"lint-staged": "7.3.0",
"nyc": "14.1.1",
"prettier": "1.18.2",
"prettier-eslint-cli": "4.7.1",
"readable-stream": "3.4.0",
"rimraf": "2.6.3",
Expand Down

0 comments on commit 6105ef1

Please sign in to comment.