@vibetasks/cli 0.4.5 → 0.4.6

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.
@@ -2723,7 +2723,7 @@ function getTagColor2(category) {
2723
2723
 
2724
2724
  // bin/vibetasks.ts
2725
2725
  var require2 = createRequire(import.meta.url);
2726
- var pkg = require2("../package.json");
2726
+ var pkg = require2("../../package.json");
2727
2727
  var program = new Command16();
2728
2728
  program.name("vibetasks").description("VibeTasks CLI - Fast task management for vibers").version(pkg.version);
2729
2729
  program.addCommand(setupCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibetasks/cli",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "VibeTasks CLI - Lightning-fast task management from your terminal. Works with Claude Code, Cursor, and all AI coding tools.",
5
5
  "author": "Vyas",
6
6
  "license": "MIT",
@@ -11,7 +11,8 @@
11
11
  },
12
12
  "files": [
13
13
  "dist",
14
- "hooks"
14
+ "hooks",
15
+ "package.json"
15
16
  ],
16
17
  "keywords": [
17
18
  "vibetasks",