@cspell/dict-npm 5.0.9 → 5.0.10
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 +6 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -326,6 +326,7 @@ hapi
|
|
|
326
326
|
hbs
|
|
327
327
|
heapdump
|
|
328
328
|
helmet
|
|
329
|
+
heroicons
|
|
329
330
|
hexo
|
|
330
331
|
highlight
|
|
331
332
|
history
|
|
@@ -477,6 +478,8 @@ nedb
|
|
|
477
478
|
needle
|
|
478
479
|
newman
|
|
479
480
|
newrelic
|
|
481
|
+
nextauth
|
|
482
|
+
nextjs
|
|
480
483
|
ngrok
|
|
481
484
|
nib
|
|
482
485
|
nightmare
|
|
@@ -639,6 +642,7 @@ style-loader
|
|
|
639
642
|
stylelint
|
|
640
643
|
stylus
|
|
641
644
|
superagent
|
|
645
|
+
superjson
|
|
642
646
|
supertest
|
|
643
647
|
supertest-as-promised
|
|
644
648
|
supervisor
|
|
@@ -647,6 +651,8 @@ sveltejs
|
|
|
647
651
|
sveltekit
|
|
648
652
|
svgo
|
|
649
653
|
swig
|
|
654
|
+
tailwind
|
|
655
|
+
tailwindcss
|
|
650
656
|
tap
|
|
651
657
|
tape
|
|
652
658
|
tar
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.10",
|
|
4
4
|
"description": "Dictionary of common NPM packages for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"dict/npm.txt",
|
|
38
38
|
"cspell-ext.json"
|
|
39
39
|
],
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "265091095375b4abfba24aab09ca36efe1bc2e22"
|
|
41
41
|
}
|