codewalk 0.1.11 → 0.1.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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -20751,7 +20751,7 @@ import * as path3 from "path";
|
|
|
20751
20751
|
import * as os2 from "os";
|
|
20752
20752
|
import { execSync as execSync2 } from "child_process";
|
|
20753
20753
|
var DEFAULT_SETTINGS = {
|
|
20754
|
-
storage: "
|
|
20754
|
+
storage: "global",
|
|
20755
20755
|
autoCommit: true,
|
|
20756
20756
|
globalDir: "~/.codewalk"
|
|
20757
20757
|
};
|