@d-zero/cspell-config 5.0.0-alpha.14 → 5.0.0-alpha.16

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/cspell.json +6 -6
  2. package/package.json +3 -3
package/cspell.json CHANGED
@@ -8,8 +8,8 @@
8
8
  "**/.gitignore",
9
9
  "**/*.svg",
10
10
  "**/cspell.json",
11
- "**/package.json",
12
- "**/LICENSE"
11
+ "**/LICENSE",
12
+ "**/package.json"
13
13
  ],
14
14
  "dictionaries": [
15
15
  // https://cspell.org/docs/dictionaries/
@@ -25,12 +25,12 @@
25
25
  ],
26
26
  "words": [
27
27
  "astrojs",
28
+ "ckeditor",
28
29
  "htdocs",
29
30
  "tsconfigs",
30
- "ckeditor",
31
31
  // Font
32
- "noto",
33
32
  "FOUT",
33
+ "noto",
34
34
  // Layout
35
35
  "trbl" // top, right, bottom, left
36
36
  ],
@@ -40,8 +40,8 @@
40
40
  "words": [
41
41
  // Font settings
42
42
  "noto",
43
- "pcap",
44
- "palt"
43
+ "palt",
44
+ "pcap"
45
45
  ]
46
46
  }
47
47
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-zero/cspell-config",
3
- "version": "5.0.0-alpha.14",
3
+ "version": "5.0.0-alpha.16",
4
4
  "description": "Configurations of CSpell",
5
5
  "repository": "https://github.com/d-zero-dev/linters.git",
6
6
  "author": "D-ZERO Co., Ltd.",
@@ -14,7 +14,7 @@
14
14
  ],
15
15
  "main": "cspell.json",
16
16
  "dependencies": {
17
- "cspell": "8.5.0"
17
+ "cspell": "8.6.0"
18
18
  },
19
- "gitHead": "9ba13d8a3153a50f989d9a32fdddec4c43fbb8fa"
19
+ "gitHead": "baddf6a71360a679cb0e418d791daab1605e710f"
20
20
  }