@cspell/dict-npm 5.0.1 → 5.0.2

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 +1 -0
  2. package/package.json +2 -2
package/dict/npm.txt CHANGED
@@ -506,6 +506,7 @@ onchange
506
506
  onoff
507
507
  open
508
508
  opencv
509
+ openweather
509
510
  opn
510
511
  optimist
511
512
  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.2",
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": "0f0546dd1b66d14743cc170ddd1ba336c225179c"
41
41
  }