@reactful/create 0.0.97 → 0.0.98

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -53,8 +53,7 @@ async function prompting(answers) {
53
53
  renamingJSON(destination, answers.project)
54
54
 
55
55
  console.log('- installing dependencies...\n')
56
- execSync(`cd ${answers.project}`)
57
- execSync(`ls`)
56
+ fs.chdir(answers.project)
58
57
  execSync(`bun install`)
59
58
  }
60
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactful/create",
3
- "version": "0.0.97",
3
+ "version": "0.0.98",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "description": "reactful scafold tool",