@howdoi-cli/docker 1.0.0 → 2.0.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 (1) hide show
  1. package/package.json +11 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@howdoi-cli/docker",
3
- "version": "1.0.0",
4
- "description": "Docker knowledge base for howdoi containers, images, volumes, and more.",
3
+ "version": "2.0.0",
4
+ "description": "Docker knowledge base for howdoi \u2014 containers, images, volumes, and more.",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "data",
@@ -21,15 +21,21 @@
21
21
  "dataDir": "data"
22
22
  },
23
23
  "dependencies": {
24
- "@howdoi-cli/core": "^1.0.0"
24
+ "@howdoi-cli/core": "^2.0.0"
25
25
  },
26
26
  "engines": {
27
27
  "node": ">=18.0.0"
28
28
  },
29
- "keywords": ["cli", "docker", "containers", "terminal", "howdoi"],
29
+ "keywords": [
30
+ "cli",
31
+ "docker",
32
+ "containers",
33
+ "terminal",
34
+ "howdoi"
35
+ ],
30
36
  "license": "MIT",
31
37
  "repository": {
32
38
  "type": "git",
33
39
  "url": "https://github.com/SiphoChris/howdoi-cli"
34
40
  }
35
- }
41
+ }