@cspell/dict-npm 5.0.12 → 5.0.13

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
@@ -151,6 +151,7 @@ eslintcache
151
151
  eslintignore
152
152
  eslintrc
153
153
  esprima
154
+ estree
154
155
  event-stream
155
156
  eventemitter2
156
157
  events
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.0.12",
3
+ "version": "5.0.13",
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": "1be5a9ff9c0d99c42ff57e931e4b87bbca164aa7"
40
+ "gitHead": "a411ccc24d2713bd0ec0b628c4c5a6de57e9f4e4"
41
41
  }