@cspell/dict-npm 5.1.2 → 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 +2 -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
@@ -2233,6 +2234,7 @@ style-to-js
2233
2234
  style-to-object
2234
2235
  styled
2235
2236
  styled-components
2237
+ styled-engine
2236
2238
  styled-jsx
2237
2239
  stylehacks
2238
2240
  stylelint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.1.2",
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": "dc0f2d87633b7ca668383b494b920783462b76f2"
43
+ "gitHead": "4f34a284b4e25549d582c497c48dfb022317685f"
44
44
  }