cspell-cli 6.0.0 → 6.1.3
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/README.md +6 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -52,3 +52,9 @@ This repo also allows installing the `cspell-cli` directly from GitHub:
|
|
|
52
52
|
```
|
|
53
53
|
npm install -g git+https://github.com/streetsidesoftware/cspell-cli
|
|
54
54
|
```
|
|
55
|
+
|
|
56
|
+
## Versioning
|
|
57
|
+
|
|
58
|
+
The major version of `cspell-cli` tries to match the major version of `cspell`.
|
|
59
|
+
|
|
60
|
+
`minor` and `patch` versioning goes up independently from `cspell`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cspell-cli",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.1.3",
|
|
4
4
|
"description": "CLI for cspell: A Spelling Checker for Code!",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -34,6 +34,6 @@
|
|
|
34
34
|
"node": ">=14"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"cspell": "^6.
|
|
37
|
+
"cspell": "^6.2.2"
|
|
38
38
|
}
|
|
39
39
|
}
|