formalconf 2.0.11 → 2.0.12
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
|
@@ -467,7 +467,7 @@ function StatusIndicator({
|
|
|
467
467
|
// package.json
|
|
468
468
|
var package_default = {
|
|
469
469
|
name: "formalconf",
|
|
470
|
-
version: "2.0.
|
|
470
|
+
version: "2.0.12",
|
|
471
471
|
description: "Dotfiles management TUI for macOS - config management, package sync, and theme switching",
|
|
472
472
|
type: "module",
|
|
473
473
|
main: "./dist/formalconf.js",
|