cspell-cli 6.11.0 → 6.13.0

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/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -55,6 +55,8 @@ npm install -g git+https://github.com/streetsidesoftware/cspell-cli
55
55
 
56
56
  ## Docker
57
57
 
58
+ [Package cspell](https://github.com/streetsidesoftware/cspell-cli/pkgs/container/cspell)
59
+
58
60
  ```sh
59
61
  docker run -v $PWD:/workdir ghcr.io/streetsidesoftware/cspell:latest "**"
60
62
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cspell-cli",
3
- "version": "6.11.0",
3
+ "version": "6.13.0",
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.11.1"
37
+ "cspell": "^6.13.3"
38
38
  }
39
39
  }