occam-open-cli 6.0.316 → 6.0.317
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Occam Open-CLI
|
|
2
2
|
|
|
3
|
-
[Occam](https://github.com/djalbat/occam)'s
|
|
3
|
+
[Occam](https://github.com/djalbat/occam)'s package management tool.
|
|
4
4
|
|
|
5
5
|
*This readme file is mostly for developers. For instructions tailored to end users, see the following:*
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "occam-open-cli",
|
|
3
3
|
"author": "James Smith",
|
|
4
|
-
"version": "6.0.
|
|
4
|
+
"version": "6.0.317",
|
|
5
5
|
"license": "MIT, Anti-996",
|
|
6
6
|
"homepage": "https://github.com/djalbat/occam-open-cli",
|
|
7
|
-
"description": "Occam's
|
|
7
|
+
"description": "Occam's package management tool.",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "https://github.com/djalbat/occam-open-cli"
|