shellfie-cli 2.0.4 → 2.0.9

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 +2 -1
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -264,7 +264,8 @@ npm test 2>&1 | shellfie -o output.svg
264
264
 
265
265
  ## Related
266
266
 
267
- - [shellfie](https://github.com/tool3/shellfie) - The core library for programmatic use
267
+ - [shellfie](https://github.com/tool3/shellfie) - the core library for programmatic use.
268
+ - [shellfied](https://github.com/tool3/shellfied) - the shellfie web app!
268
269
 
269
270
  ## License
270
271
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shellfie-cli",
3
- "version": "2.0.4",
3
+ "version": "2.0.9",
4
4
  "description": "Terminal output to beautiful SVGs",
5
5
  "bin": {
6
6
  "shellfie": "dist/cli.js"
@@ -30,6 +30,10 @@
30
30
  ],
31
31
  "author": "tool3",
32
32
  "license": "MIT",
33
+ "repository": {
34
+ "type": "git",
35
+ "url": "https://github.com/tool3/shellfie-cli"
36
+ },
33
37
  "dependencies": {
34
38
  "shellfie": "^2.0.5",
35
39
  "yargs": "^17.7.2"