@mikey-pro/prettier-config 5.0.7 → 6.0.3

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 -9
  2. package/package.json +1 -4
package/README.md CHANGED
@@ -2,9 +2,6 @@
2
2
  <h1>
3
3
  <b>Mikey Pro</b>
4
4
  </h1>
5
- <h3>
6
- <a href="https://github.com/mikey-pro/style-guide">Style Guide</a>
7
- <br />
8
5
  </div>
9
6
 
10
7
  ## **@mikey-pro/prettier-config**
@@ -16,9 +13,7 @@ _A preset Prettier configuration_
16
13
  ### Install
17
14
 
18
15
  ```shell
19
- npm i -D @mikey-pro/prettier-config
20
-
21
- yarn add -D @mikey-pro/prettier-config
16
+ npm i -D mikey-pro
22
17
  ```
23
18
 
24
19
  ### Configure
@@ -28,9 +23,7 @@ Extend to Prettier in `package.json`:
28
23
  ```json
29
24
  {
30
25
  "prettier": {
31
- "extends": [
32
- "@mikey-pro/prettier-config"
33
- ]
26
+ "extends": ["@mikey-pro/prettier-config"]
34
27
  }
35
28
  }
36
29
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/prettier-config",
3
- "version": "5.0.7",
3
+ "version": "6.0.3",
4
4
  "description": "Mikey Pro Prettier configuration",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -31,8 +31,5 @@
31
31
  "style-guide",
32
32
  "style",
33
33
  "guide"
34
- ],
35
- "contributors": [
36
- "Mikl Wolfe <wolfe@mikl.io> (https://mikl.io)"
37
34
  ]
38
35
  }