@cspell/dict-npm 5.2.22 → 5.2.24
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/dict/npm.txt +2 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -385,6 +385,7 @@ codemirror
|
|
|
385
385
|
coffee-script
|
|
386
386
|
coffeescript
|
|
387
387
|
color
|
|
388
|
+
color-helpers
|
|
388
389
|
color-string
|
|
389
390
|
colord
|
|
390
391
|
colorette
|
|
@@ -2312,6 +2313,7 @@ serverless-finch
|
|
|
2312
2313
|
serverless-spy
|
|
2313
2314
|
set
|
|
2314
2315
|
sha
|
|
2316
|
+
shadcn
|
|
2315
2317
|
shallowequal
|
|
2316
2318
|
shape-circle
|
|
2317
2319
|
shape-emoji
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.24",
|
|
4
4
|
"description": "Dictionary of common NPM packages for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"dict/npm.txt",
|
|
43
43
|
"cspell-ext.json"
|
|
44
44
|
],
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "523974897a091f9f362aa5068e523293b5900289"
|
|
46
46
|
}
|