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.
Files changed (2) hide show
  1. package/bin/index.js +1 -1
  2. 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 MyTasks from "../commands/myTask.js"
16
+ import myTask from "../commands/myTask.js"
17
17
 
18
18
 
19
19
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "thinkncollab-cli",
3
3
  "author": "Raman Singh",
4
- "version": "0.0.54",
4
+ "version": "0.0.55",
5
5
  "description": "CLI tool for ThinkNCollab",
6
6
  "main": "index.js",
7
7
  "bin": {