@wordpress/prettier-config 1.1.0 → 1.1.2-next.33ec3857e2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -23,7 +23,7 @@ Add this to your `package.json` file:
23
23
  Alternatively, add this to `.prettierrc` file:
24
24
 
25
25
  ```
26
- extends @wordpress/prettier-config
26
+ extends: ['@wordpress/prettier-config']
27
27
  ```
28
28
 
29
29
  <br/><br/><p align="center"><img src="https://s.w.org/style/images/codeispoetry.png?1" alt="Code is Poetry." /></p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/prettier-config",
3
- "version": "1.1.0",
3
+ "version": "1.1.2-next.33ec3857e2.0",
4
4
  "description": "WordPress Prettier shared configuration.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -30,5 +30,5 @@
30
30
  "publishConfig": {
31
31
  "access": "public"
32
32
  },
33
- "gitHead": "743b70f86f1e75fd66a583bf659f2b2fe5daf1cc"
33
+ "gitHead": "51c7917ea7fac72953702f24d6daac87d99e7617"
34
34
  }