Skip to content

Commit

Permalink
Pin prettier to a specific version so that it produces the same outpu…
Browse files Browse the repository at this point in the history
…t on dev machines and CI. (#10038)
  • Loading branch information
aickin authored and Brandon Dail committed Jul 19, 2017
1 parent 2c70e8e commit 2e092ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -70,7 +70,7 @@
"merge-stream": "^1.0.0",
"object-assign": "^4.1.1",
"platform": "^1.1.0",
"prettier": "^1.2.2",
"prettier": "1.2.2",
"run-sequence": "^1.1.4",
"through2": "^2.0.0",
"tmp": "~0.0.28",
Expand Down

0 comments on commit 2e092ea

Please sign in to comment.