rn-ai 0.0.6 → 0.0.7

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/cli.js +0 -2
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -178,8 +178,6 @@ FAL_API_KEY="${fal_api_key}"
178
178
  process.chdir('../')
179
179
  process.chdir(path.join(process.cwd(), `app`))
180
180
 
181
- console.log('cwd:', process.cwd())
182
-
183
181
  spinner.text = ''
184
182
  startCommand = ''
185
183
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rn-ai",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Create a social app with a single command.",
5
5
  "type": "module",
6
6
  "bin": "cli.js",