eswat42 2.1.75 → 2.1.77

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/bin/output +2 -2
  2. package/package.json +3 -3
package/bin/output CHANGED
@@ -17,8 +17,8 @@
17
17
  │  Quote: It depends on the appetite of the whale... │
18
18
  │  Languages: JavaScript, es6 │
19
19
  │   TypeScript │
20
- │  Patterns: Micro-Frontends │
21
- │  Technology: Web Components │
20
+ │  Patterns: Micro-Frontends │
21
+ │  Technology: Web Components │
22
22
  │   Stencil │
23
23
  │   Svelte │
24
24
  │   Solid │
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eswat42",
3
- "version": "2.1.75",
3
+ "version": "2.1.77",
4
4
  "description": "A personal card for Richard Hess (@eswat42)",
5
5
  "main": "/bin/card.js",
6
6
  "bin": {
@@ -17,7 +17,7 @@
17
17
  "deploy": "yarn publish --patch",
18
18
  "lint": "standard",
19
19
  "test": "echo \"Error: no test specified\" && exit 1",
20
- "open": "npx eswat42"
20
+ "open": "npx eswat42@latest"
21
21
  },
22
22
  "keywords": [
23
23
  "card",
@@ -34,7 +34,7 @@
34
34
  "bin/output"
35
35
  ],
36
36
  "devDependencies": {
37
- "boxen": "6.2.1",
37
+ "boxen": "7.0.0",
38
38
  "picocolors": "1.0.0",
39
39
  "standard": "17.0.0"
40
40
  }