@reactful/create 0.1.9 → 0.1.10

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
@@ -54,7 +54,7 @@ async function prompting(answers) {
54
54
  await copyTemplate(temporaryPath, `templates/${answers.template}`, destination)
55
55
  await removeDirectory(temporaryPath)
56
56
 
57
- console.log('- templating project...')
57
+ console.log('- renaming project...')
58
58
  renamingJSON(destination, answers.project)
59
59
 
60
60
  console.log('- installing dependencies...\n')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactful/create",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "description": "reactful scafold tool",