@reactful/create 0.0.68 → 0.0.69

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
@@ -37,7 +37,7 @@ inquirer.prompt(questions).then(async function (answers) {
37
37
 
38
38
  const destination = path.join(process.cwd(), answers.project)
39
39
 
40
- await downloadRepo(`common`, destination)
40
+ await downloadRepo(`commons`, destination)
41
41
  await downloadRepo(`templates/${answers.template}`, destination)
42
42
 
43
43
  renamingJSON(destination, answers.project)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactful/create",
3
- "version": "0.0.68",
3
+ "version": "0.0.69",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "description": "reactful scafold tool",