@reactful/create 0.0.62 → 0.0.63

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -44,7 +44,7 @@ inquirer.prompt(questions).then(async function (answers) {
44
44
 
45
45
  console.log('')
46
46
 
47
- exec($`bun install`)
47
+ exec(`bun install`)
48
48
  })
49
49
 
50
50
  function renamingJSON(directory, projectName) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactful/create",
3
- "version": "0.0.62",
3
+ "version": "0.0.63",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "description": "reactful scafold tool",