thinkncollab-cli 0.0.71 → 0.0.72

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/commands/init.js +1 -1
  2. package/package.json +1 -1
package/commands/init.js CHANGED
@@ -23,7 +23,7 @@ async function projectInit() {
23
23
  const currentUser = JSON.parse(data).email;
24
24
 
25
25
  // Initialize project via backend
26
- const response = await axios.post("http://localhost:3001/cli/init", {
26
+ const response = await axios.post("https://thinkncollab.com/cli/init", {
27
27
  projectName: answer.projectName,
28
28
  owner: currentUser
29
29
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "thinkncollab-cli",
3
3
  "author": "Raman Singh",
4
- "version": "0.0.71",
4
+ "version": "0.0.72",
5
5
  "description": "CLI tool for ThinkNCollab",
6
6
  "main": "index.js",
7
7
  "bin": {