no-more-configs 1.2.0 → 1.2.2

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,7 +33,7 @@ npx no-more-configs --version # Show version
33
33
  - [Node.js](https://nodejs.org/) >= 18 (for npx)
34
34
  - [Git](https://git-scm.com/)
35
35
  - [VS Code](https://code.visualstudio.com/) with the [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension
36
- - [Docker Desktop](https://www.docker.com/products/docker-desktop/) running
36
+ - [Docker Desktop](https://www.docker.com/products/docker-desktop/) (Windows) or [Docker Engine](https://docs.docker.com/engine/install/) (Linux)
37
37
 
38
38
  ## What You Get
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "no-more-configs",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "One-command installer for No More Configs — a clone-and-go VS Code devcontainer for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {