terminal-jarvis 0.0.3 → 0.0.5
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/lib/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -18,7 +18,7 @@ npx terminal-jarvis
|
|
18
18
|
npm install -g terminal-jarvis
|
19
19
|
```
|
20
20
|
|
21
|
-
> **Note**: The current NPM version (0.0.
|
21
|
+
> **Note**: The current NPM version (0.0.5) is a preview release. Full binary functionality will be available in upcoming releases through automated GitHub Actions builds for multiple platforms.
|
22
22
|
|
23
23
|
## Features
|
24
24
|
|
package/lib/index.js
CHANGED