@nozomiishii/pm 0.1.3 → 0.1.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -97,7 +97,7 @@ var logo_color_default = `\x1B[38;2;120;180;255m zzzzzzzzzzzzzzzzzzzzzzzzzz\x1B[
97
97
  // package.json
98
98
  var package_default = {
99
99
  name: "@nozomiishii/pm",
100
- version: "0.1.3",
100
+ version: "0.1.5",
101
101
  description: "Project manager CLI — jump to projects via fzf",
102
102
  type: "module",
103
103
  homepage: "https://github.com/nozomiishii/pm#readme",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nozomiishii/pm",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Project manager CLI — jump to projects via fzf",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/nozomiishii/pm#readme",