@cspell/dict-npm 5.1.3 → 5.1.4

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
@@ -1235,6 +1235,7 @@ jscpd
1235
1235
  jscs
1236
1236
  jsdoc
1237
1237
  jsdoc-api
1238
+ jsdoc-parse
1238
1239
  jsdoc-to-markdown
1239
1240
  jsdom
1240
1241
  jsdom-no-contextify
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.1.3",
3
+ "version": "5.1.4",
4
4
  "description": "Dictionary of common NPM packages for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,5 +40,5 @@
40
40
  "dict/npm.txt",
41
41
  "cspell-ext.json"
42
42
  ],
43
- "gitHead": "e3f333775f12fcf7dcb1ab5b04b32258e9100a37"
43
+ "gitHead": "4f34a284b4e25549d582c497c48dfb022317685f"
44
44
  }