occam-open-cli 5.0.113 → 5.0.114

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 CHANGED
@@ -35,7 +35,9 @@ These are the commands and options:
35
35
 
36
36
  Commands:
37
37
 
38
- [help] Show this help
38
+ version Show the version
39
+
40
+ help Show this help
39
41
 
40
42
  [install] <package_name> Install a package
41
43
 
@@ -7,7 +7,9 @@ function helpAction() {
7
7
 
8
8
  Commands:
9
9
 
10
- [help] Show this help
10
+ version Show the version
11
+
12
+ help Show this help
11
13
 
12
14
  [install] <package_name> Install a package
13
15
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "occam-open-cli",
3
3
  "author": "James Smith",
4
- "version": "5.0.113",
4
+ "version": "5.0.114",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/occam-open-cli",
7
7
  "description": "Occam's command line package management tool.",