@ghenya/clinn 0.8.6 → 0.8.8
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/Logos/StartLogo.txt +1 -1
- package/Src/index.jsx +1 -1
- package/config.json +1 -1
- package/package.json +1 -1
package/Logos/StartLogo.txt
CHANGED
package/Src/index.jsx
CHANGED
|
@@ -22,7 +22,7 @@ const CLINN_CONFIG = path.join(CLINN_DIR, "config.json");
|
|
|
22
22
|
const PKG_CONFIG = path.join(__dirname, "..", "config.json");
|
|
23
23
|
const LOGO_PATH = path.join(__dirname, "..", "Logos", "StartLogo.txt");
|
|
24
24
|
|
|
25
|
-
const VER = "0.8.
|
|
25
|
+
const VER = "0.8.8";
|
|
26
26
|
|
|
27
27
|
function ensureDir() { if (!fs.existsSync(CLINN_DIR)) fs.mkdirSync(CLINN_DIR, { recursive: true }); }
|
|
28
28
|
function loadConfig() {
|
package/config.json
CHANGED