@mikey-pro/prettier-config 6.1.0 → 6.6.4

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +4 -2
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Mikl Wolfe
3
+ Copyright (c) Mikl Wolfe
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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.1.0",
3
+ "version": "6.6.4",
4
4
  "description": "Mikey Pro Prettier configuration",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -16,7 +16,6 @@
16
16
  "bugs": {
17
17
  "url": "https://github.com/chiefmikey/mikey-pro/issues"
18
18
  },
19
- "author": "Mikl Wolfe <wolfe@mikl.io> (https://mikl.io)",
20
19
  "license": "MIT",
21
20
  "keywords": [
22
21
  "@mikey-pro/prettier-config",
@@ -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
  }