@mikey-pro/prettier-config 6.0.3 → 6.1.1

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 +4 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,12 +1,14 @@
1
1
  <div width="100%" align="center">
2
2
  <h1>
3
- <b>Mikey Pro</b>
3
+ <a href="https://github.com/chiefmikey/mikey-pro">
4
+ <b>Mikey Pro</b>
5
+ </a>
4
6
  </h1>
5
7
  </div>
6
8
 
7
9
  ## **@mikey-pro/prettier-config**
8
10
 
9
- _A preset Prettier configuration_
11
+ A preset Prettier configuration
10
12
 
11
13
  ## Usage
12
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/prettier-config",
3
- "version": "6.0.3",
3
+ "version": "6.1.1",
4
4
  "description": "Mikey Pro Prettier configuration",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -8,16 +8,15 @@
8
8
  "README.md",
9
9
  "LICENSE"
10
10
  ],
11
- "license": "MIT",
11
+ "homepage": "https://github.com/chiefmikey/mikey-pro#readme",
12
12
  "repository": {
13
13
  "type": "git",
14
14
  "url": "git+https://github.com/chiefmikey/mikey-pro.git"
15
15
  },
16
- "homepage": "https://github.com/chiefmikey/mikey-pro#readme",
17
- "author": "Mikl Wolfe <wolfe@mikl.io> (https://mikl.io)",
18
16
  "bugs": {
19
17
  "url": "https://github.com/chiefmikey/mikey-pro/issues"
20
18
  },
19
+ "license": "MIT",
21
20
  "keywords": [
22
21
  "@mikey-pro/prettier-config",
23
22
  "@mikey-pro",
@@ -31,5 +30,6 @@
31
30
  "style-guide",
32
31
  "style",
33
32
  "guide"
34
- ]
33
+ ],
34
+ "author": "Mikl Wolfe <wolfe@mikl.io> (https://mikl.io)"
35
35
  }