@cspell/dict-npm 5.1.20 → 5.1.21

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
@@ -1588,6 +1588,7 @@ nest
1588
1588
  nest-commander
1589
1589
  nestjsx
1590
1590
  netlify
1591
+ netlify-cms-backend-test
1591
1592
  newman
1592
1593
  newrelic
1593
1594
  next
@@ -2092,6 +2093,7 @@ regenerator-runtime
2092
2093
  register
2093
2094
  rehype
2094
2095
  rehype-autolink-headings
2096
+ rehype-expressive-code
2095
2097
  rehype-external-links
2096
2098
  rehype-katex
2097
2099
  rehype-mdx-code-props
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.1.20",
3
+ "version": "5.1.21",
4
4
  "description": "Dictionary of common NPM packages for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -42,5 +42,5 @@
42
42
  "dict/npm.txt",
43
43
  "cspell-ext.json"
44
44
  ],
45
- "gitHead": "4e2b08f15174c313004f2d072f7cd1fc105093e0"
45
+ "gitHead": "588365f8c00b710c7d9eb46db5477f6db48a920d"
46
46
  }