formalconf 2.0.4 → 2.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/dist/formalconf.js +1 -1
- package/package.json +1 -1
package/dist/formalconf.js
CHANGED
|
@@ -414,7 +414,7 @@ function StatusIndicator({
|
|
|
414
414
|
// package.json
|
|
415
415
|
var package_default = {
|
|
416
416
|
name: "formalconf",
|
|
417
|
-
version: "2.0.
|
|
417
|
+
version: "2.0.5",
|
|
418
418
|
description: "Dotfiles management TUI for macOS - config management, package sync, and theme switching",
|
|
419
419
|
type: "module",
|
|
420
420
|
main: "./dist/formalconf.js",
|