@mikey-pro/prettier-config 1.3.6 → 5.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 +5 -7
  2. package/package.json +4 -7
package/README.md CHANGED
@@ -4,12 +4,6 @@
4
4
  </h1>
5
5
  <h3>
6
6
  <a href="https://github.com/mikey-pro/style-guide">Style Guide</a>
7
- +
8
- <a href="https://github.com/mikey-pro/theme">Theme</a>
9
- </h3>
10
- <a href="https://github.com/mikey-pro">
11
- <img src="img/mikey-pro-logo.svg" style="height: 75px" alt="Mikey Pro Logo" />
12
- </a>
13
7
  <br />
14
8
  </div>
15
9
 
@@ -33,6 +27,10 @@ Extend to Prettier in `package.json`:
33
27
 
34
28
  ```json
35
29
  {
36
- "prettier": "@mikey-pro/prettier-config"
30
+ "prettier": {
31
+ "extends": [
32
+ "@mikey-pro/prettier-config"
33
+ ]
34
+ }
37
35
  }
38
36
  ```
package/package.json CHANGED
@@ -1,11 +1,8 @@
1
1
  {
2
2
  "name": "@mikey-pro/prettier-config",
3
- "version": "1.3.6",
3
+ "version": "5.0.3",
4
4
  "description": "Mikey Pro Prettier configuration",
5
5
  "main": "index.js",
6
- "peerDependencies": {
7
- "prettier": ">=2.5"
8
- },
9
6
  "files": [
10
7
  "index.js",
11
8
  "README.md",
@@ -14,12 +11,12 @@
14
11
  "license": "MIT",
15
12
  "repository": {
16
13
  "type": "git",
17
- "url": "git+https://github.com/mikey-pro/prettier-config.git"
14
+ "url": "git+https://github.com/chiefmikey/mikey-pro.git"
18
15
  },
19
- "homepage": "https://github.com/mikey-pro/style-guide#readme",
16
+ "homepage": "https://github.com/chiefmikey/mikey-pro#readme",
20
17
  "author": "Mikl Wolfe <wolfe@mikl.io> (https://mikl.io)",
21
18
  "bugs": {
22
- "url": "https://github.com/mikey-pro/prettier-config/issues"
19
+ "url": "https://github.com/chiefmikey/mikey-pro/issues"
23
20
  },
24
21
  "keywords": [
25
22
  "@mikey-pro/prettier-config",