Comparing version 1.7.2 to 1.7.3
{ | ||
"name": "prettier", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"description": "Prettier is an opinionated code formatter", | ||
@@ -50,2 +50,2 @@ "bin": { | ||
} | ||
} | ||
} |
@@ -162,3 +162,3 @@ # Prettier | ||
- “Take a look at the code :) I just need to restore sanity.” | ||
- “We inherited a ~2000 module ES6 code base, developed by 20 different developers over 18 months, in a global team. Felt like such a win without much research. | ||
- “We inherited a ~2000 module ES6 code base, developed by 20 different developers over 18 months, in a global team. Felt like such a win without much research.” | ||
@@ -207,3 +207,3 @@ ### Ride the hype train | ||
``` | ||
yarn add prettier --dev | ||
yarn add prettier --dev --exact | ||
``` | ||
@@ -220,5 +220,10 @@ | ||
``` | ||
npm install [--save-dev|--global] prettier | ||
npm install --save-dev --save-exact prettier | ||
# or globally | ||
npm install --global prettier | ||
``` | ||
> We recommend pinning an exact version of prettier in your `package.json` | ||
> as we introduce stylistic changes in patch releases. | ||
### CLI | ||
@@ -225,0 +230,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5063575
897
65272