@meteorlxy/prettier-config 2.7.0 → 2.11.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 +2 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,14 +1,12 @@
1
1
  # Prettier Config
2
2
 
3
- ## Usage
4
-
5
- ### Install
3
+ ## Install
6
4
 
7
5
  ```sh
8
6
  npm i -D @meteorlxy/prettier-config
9
7
  ```
10
8
 
11
- ### Extend this config
9
+ ## Usage
12
10
 
13
11
  In `package.json`:
14
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meteorlxy/prettier-config",
3
- "version": "2.7.0",
3
+ "version": "2.11.0",
4
4
  "description": "meteorlxy prettier config",
5
5
  "keywords": [
6
6
  "config",
@@ -21,5 +21,5 @@
21
21
  "publishConfig": {
22
22
  "access": "public"
23
23
  },
24
- "gitHead": "52ce6274f0b80167459f618878c4c9b88665c9d1"
24
+ "gitHead": "f5cb476a66acf2856eb5c303bd6c7dacd71c60f1"
25
25
  }