thinkncollab-cli 0.0.49 → 0.0.50

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.
@@ -11,6 +11,10 @@ const RC_FILE = path.join(os.homedir(), ".tncrc");
11
11
  const {email} = JSON.parse(rcData);
12
12
  console.log('You are logged in by the email:', email);
13
13
  }
14
+ else{
15
+ console.log("You are not logged-in");
16
+ }
17
+
14
18
  } catch (error) {
15
19
  console.error('Error reading .tncrc file:', error);
16
20
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "thinkncollab-cli",
3
3
  "author": "Raman Singh",
4
- "version": "0.0.49",
4
+ "version": "0.0.50",
5
5
  "description": "CLI tool for ThinkNCollab",
6
6
  "main": "index.js",
7
7
  "bin": {