thinkncollab-cli 0.0.89 → 0.0.90

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 +3 -3
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -253,9 +253,9 @@ default:
253
253
  console.log(" tnc-cli invite <email> Invite member to room");
254
254
  console.log("");
255
255
 
256
- console.log("Communication:");
257
- console.log(" tnc-cli send Send message to room");
258
- console.log("");
256
+ // console.log("Communication:");
257
+ // console.log(" tnc-cli send Send message to room");
258
+ // console.log("");
259
259
 
260
260
  console.log("Utility:");
261
261
  console.log(" tnc-cli help Show help information");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "thinkncollab-cli",
3
3
  "author": "Raman Singh",
4
- "version": "0.0.89",
4
+ "version": "0.0.90",
5
5
  "description": "CLI tool for ThinkNCollab",
6
6
  "main": "index.js",
7
7
  "bin": {