cli-cobalt 1.0.2 → 1.0.4

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Cobalt unofficial CLI
2
- ![Cobalt Banner](banner.png)
2
+ ![Cobalt Banner](https://github.com/TWolbert/cobalt-cli/blob/main/banner.png?raw=true)
3
3
 
4
4
  I made this because of a [tweet](https://x.com/justusecobalt/status/1788828537908068668) on the [Cobalt Twitter Account](https://twitter.com/justusecobalt)
5
5
 
@@ -25,7 +25,6 @@ idk, I don't use yarn get real
25
25
 
26
26
  ## Usage
27
27
  ```
28
- ```
29
28
  cobalt -l <link> -o <output file>
30
29
  ```
31
30
  For example:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cli-cobalt",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"