@cspell/dict-npm 3.1.3 → 4.0.1

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 (3) hide show
  1. package/README.md +7 -0
  2. package/npm.txt.gz +0 -0
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -4,6 +4,13 @@ NPM dictionary for CSpell.
4
4
 
5
5
  This is a pre-built dictionary for use with CSpell.
6
6
 
7
+ ## Requirements
8
+
9
+ | Tool | Version |
10
+ | ------------------------------------------------------------------------------------------------------------------------------------ | ------- |
11
+ | [cspell](https://github.com/streetsidesoftware/cspell) | `>= 6` |
12
+ | [Code Spell Checker - Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) | `>= 2` |
13
+
7
14
  ## Installation
8
15
 
9
16
  Global Install and add to CSpell global settings.
package/npm.txt.gz CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "3.1.3",
3
+ "version": "4.0.1",
4
4
  "description": "Dictionary of common NPM packages for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -37,5 +37,5 @@
37
37
  "npm.txt.gz",
38
38
  "cspell-ext.json"
39
39
  ],
40
- "gitHead": "61289d1621bd7c5d2cccc763acf3ca49b8ca28a1"
40
+ "gitHead": "88069cd4b35f74865a19cdddec65d3da53cd1efd"
41
41
  }