thinkncollab-cli 0.0.54 → 0.0.55
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/bin/index.js +1 -1
- package/package.json +1 -1
package/bin/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import whoami from "../commands/whoami.js";
|
|
|
13
13
|
import help from "../commands/help.js";
|
|
14
14
|
import version from "../commands/version.js";
|
|
15
15
|
import createBranch from "../commands/branch.js"
|
|
16
|
-
import
|
|
16
|
+
import myTask from "../commands/myTask.js"
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|