@cspell/dict-npm 5.0.2 → 5.0.3
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
|
@@ -158,6 +158,7 @@ express-validator
|
|
|
158
158
|
extend
|
|
159
159
|
extract-text-webpack-plugin
|
|
160
160
|
fast-csv
|
|
161
|
+
fast-glob
|
|
161
162
|
fast-plist
|
|
162
163
|
fibers
|
|
163
164
|
figlet
|
|
@@ -182,6 +183,7 @@ gh-pages
|
|
|
182
183
|
ghooks
|
|
183
184
|
github
|
|
184
185
|
glob
|
|
186
|
+
globby
|
|
185
187
|
gm
|
|
186
188
|
google-spreadsheet
|
|
187
189
|
googleapis
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.3",
|
|
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": "423cddea0244a460b994d8c4643a418bea52a5ec"
|
|
41
41
|
}
|