eswat42 2.1.76 → 2.1.78
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/bin/output +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
package/bin/output
CHANGED
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
│ [37m[1m Quote:[22m[32m [33m[3mIt depends on the appetite of the whale...[23m[32m │
|
|
18
18
|
│ [37m[1m Languages:[22m[32m [32mJavaScript, es6[32m │
|
|
19
19
|
│ [37m[1m [22m[32m [32mTypeScript[32m │
|
|
20
|
-
│ [37m[1m Patterns:[22m[32m [
|
|
21
|
-
│ [37m[1m Technology:[22m[32m [
|
|
20
|
+
│ [37m[1m Patterns:[22m[32m [90m[3mMicro-Frontends[23m[32m │
|
|
21
|
+
│ [37m[1m Technology:[22m[32m [90m[3mWeb Components[23m[32m │
|
|
22
22
|
│ [37m[1m [22m[32m [32mStencil[32m │
|
|
23
23
|
│ [37m[1m [22m[32m [32mSvelte[32m │
|
|
24
24
|
│ [37m[1m [22m[32m [32mSolid[32m │
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eswat42",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.78",
|
|
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",
|