@cspell/dict-npm 5.0.1 → 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.
Files changed (2) hide show
  1. package/dict/npm.txt +3 -0
  2. 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
@@ -506,6 +508,7 @@ onchange
506
508
  onoff
507
509
  open
508
510
  opencv
511
+ openweather
509
512
  opn
510
513
  optimist
511
514
  ora
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.0.1",
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": "47a34789c05111e7b3cb693beb5d456bf25a0cb0"
40
+ "gitHead": "423cddea0244a460b994d8c4643a418bea52a5ec"
41
41
  }