@kitschpatrol/prettier-config 4.4.3 → 4.6.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/package.json +10 -4
  2. package/readme.md +2 -2
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@kitschpatrol/prettier-config",
3
- "version": "4.4.3",
3
+ "version": "4.6.0",
4
4
  "type": "module",
5
- "description": "Prettier config for @kitschpatrol/shared-config",
5
+ "description": "Prettier configuration for @kitschpatrol/shared-config.",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git@github.com:kitschpatrol/shared-config.git",
@@ -30,8 +30,14 @@
30
30
  "bin/*",
31
31
  "init/*"
32
32
  ],
33
+ "keywords": [
34
+ "shared-config",
35
+ "prettier-config",
36
+ "prettier",
37
+ "cli"
38
+ ],
33
39
  "peerDependencies": {
34
- "prettier": "^3.0.0"
40
+ "prettier": "^3.2.5"
35
41
  },
36
42
  "dependencies": {
37
43
  "@pinojs/json-colorizer": "^4.0.0",
@@ -46,7 +52,7 @@
46
52
  "prettier-plugin-sh": "^0.14.0",
47
53
  "prettier-plugin-sql": "^0.18.0",
48
54
  "prettier-plugin-svelte": "^3.2.2",
49
- "prettier-plugin-tailwindcss": "^0.5.11",
55
+ "prettier-plugin-tailwindcss": "^0.5.12",
50
56
  "prettier-plugin-toml": "^2.0.1"
51
57
  },
52
58
  "publishConfig": {
package/readme.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![NPM Package @kitschpatrol/prettier-config](https://img.shields.io/npm/v/@kitschpatrol/prettier-config.svg)](https://npmjs.com/package/@kitschpatrol/prettier-config)
8
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9
9
 
10
- **Prettier config for @kitschpatrol/shared-config**
10
+ **Prettier configuration for @kitschpatrol/shared-config.**
11
11
 
12
12
  <!-- /header -->
13
13
 
@@ -62,7 +62,7 @@ You might need to pass certain plugins in explicitly. The `shared-config --fix`
62
62
 
63
63
  #### Command: `prettier-config`
64
64
 
65
- Prettier config for @kitschpatrol/shared-config
65
+ Prettier configuration for @kitschpatrol/shared-config.
66
66
 
67
67
  Usage:
68
68