mulyonode 1.0.3 → 1.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 +2 -2
- package/logo.png +0 -0
- package/package.json +3 -7
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<img src="https://img.shields.io/badge/node-%3E%3D18.0.0-green?style=for-the-badge&logo=node.js" alt="Node Version" />
|
|
16
16
|
</a>
|
|
17
17
|
|
|
18
|
-
<!-- Satirical Badges
|
|
18
|
+
<!-- Satirical Badges -->
|
|
19
19
|
<a href="#">
|
|
20
20
|
<img src="https://img.shields.io/badge/stabilitas-TERJAMIN-blue?style=for-the-badge&labelColor=1a1a2e" alt="Stability" />
|
|
21
21
|
</a>
|
|
@@ -115,7 +115,7 @@ mulyo lang id # Return to Domestic Policy
|
|
|
115
115
|
|
|
116
116
|
---
|
|
117
117
|
|
|
118
|
-
## 🏢
|
|
118
|
+
## 🏢 Operations Manual
|
|
119
119
|
|
|
120
120
|
Advanced tools for managing your specialized staff (processes).
|
|
121
121
|
|
package/logo.png
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mulyonode",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.5",
|
|
4
|
+
"description": "A runtime wrapper as stable as a grand coalition. Criticism-proof, pro-nepotism, and guaranteed WTP.",
|
|
5
5
|
"main": "lib/dynasty.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"mulyo": "./bin/mulyo"
|
|
@@ -40,9 +40,5 @@
|
|
|
40
40
|
"url": "https://github.com/rfypych/MulyoNode/issues",
|
|
41
41
|
"email": "laporan@tidakditanggapi.go.id"
|
|
42
42
|
},
|
|
43
|
-
"homepage": "https://
|
|
44
|
-
"funding": {
|
|
45
|
-
"type": "bansos",
|
|
46
|
-
"url": "https://bansos.mulyonode.id"
|
|
47
|
-
}
|
|
43
|
+
"homepage": "https://github.com/rfypych/MulyoNode#readme"
|
|
48
44
|
}
|