@kitschpatrol/cspell-config 4.4.2 → 4.5.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.
- package/cspell.config.json +2 -0
- package/package.json +8 -2
- package/readme.md +2 -2
package/cspell.config.json
CHANGED
|
@@ -178,6 +178,7 @@
|
|
|
178
178
|
"Pixelmator",
|
|
179
179
|
"playsinline",
|
|
180
180
|
"postional",
|
|
181
|
+
"positionals",
|
|
181
182
|
"Preact",
|
|
182
183
|
"precompress",
|
|
183
184
|
"projectz",
|
|
@@ -234,6 +235,7 @@
|
|
|
234
235
|
"universaljs",
|
|
235
236
|
"unplugin",
|
|
236
237
|
"untildify",
|
|
238
|
+
"v2_c_FI5RYWbdpAtjsy4OIKrKw",
|
|
237
239
|
"v2_c_JsxJk8dag6QsrqExukis4",
|
|
238
240
|
"vfile",
|
|
239
241
|
"vite",
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitschpatrol/cspell-config",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.0",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "CSpell configuration for @kitschpatrol/shared-config.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git@github.com:kitschpatrol/shared-config.git",
|
|
@@ -30,6 +30,12 @@
|
|
|
30
30
|
"bin/*",
|
|
31
31
|
"init/*"
|
|
32
32
|
],
|
|
33
|
+
"keywords": [
|
|
34
|
+
"shared-config",
|
|
35
|
+
"cspell-config",
|
|
36
|
+
"cspell",
|
|
37
|
+
"cli"
|
|
38
|
+
],
|
|
33
39
|
"peerDependencies": {
|
|
34
40
|
"cspell": "^8.1.3"
|
|
35
41
|
},
|
package/readme.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://npmjs.com/package/@kitschpatrol/cspell-config)
|
|
8
8
|
[](https://opensource.org/licenses/MIT)
|
|
9
9
|
|
|
10
|
-
**
|
|
10
|
+
**CSpell configuration for @kitschpatrol/shared-config.**
|
|
11
11
|
|
|
12
12
|
<!-- /header -->
|
|
13
13
|
|
|
@@ -59,7 +59,7 @@ Integrate with your `package.json` scripts as you see fit, for example:
|
|
|
59
59
|
|
|
60
60
|
#### Command: `cspell-config`
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
CSpell configuration for @kitschpatrol/shared-config.
|
|
63
63
|
|
|
64
64
|
Usage:
|
|
65
65
|
|