@nozomiishii/pm 0.1.6 → 0.1.7
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/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -99,7 +99,7 @@ var logo_color_default = `\x1B[38;2;120;180;255m zzzzzzzzzzzzzzzzzzzzzzzzzz\x1B[
|
|
|
99
99
|
// package.json
|
|
100
100
|
var package_default = {
|
|
101
101
|
name: "@nozomiishii/pm",
|
|
102
|
-
version: "0.1.
|
|
102
|
+
version: "0.1.7",
|
|
103
103
|
description: "Project manager CLI — jump to projects via fzf",
|
|
104
104
|
type: "module",
|
|
105
105
|
homepage: "https://github.com/nozomiishii/pm#readme",
|