@cspell/dict-npm 5.0.6 → 5.0.7

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.
package/cspell-ext.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "id": "npm",
3
3
  "name": "NPM",
4
- "description": "NPM dictionary for cspell.",
4
+ "description": "Dictionary of Common Javascript Packages.",
5
5
  "readonly": true,
6
6
  "dictionaryDefinitions": [
7
7
  {
8
8
  "name": "npm",
9
9
  "path": "./dict/npm.txt",
10
- "description": "Dictionary of Popular Javascript Packages."
10
+ "description": "Dictionary of Common Javascript Packages."
11
11
  }
12
12
  ],
13
13
  "languageSettings": [
package/dict/npm.txt CHANGED
@@ -403,6 +403,7 @@ less
403
403
  level
404
404
  levelup
405
405
  liftoff
406
+ linkcss
406
407
  lite-server
407
408
  live-server
408
409
  livereload
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.0.6",
3
+ "version": "5.0.7",
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": "fa829d29faa657fb59cb68800009a079247ad912"
40
+ "gitHead": "a3809e64e7895498f94b8b30f37d2a987c9b8efc"
41
41
  }