@reactful/create 0.1.12 → 0.1.13

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
@@ -45,7 +45,7 @@ async function prompting(answers) {
45
45
  console.log('- loading NPM...')
46
46
  await download('@reactful/create', downloadPath)
47
47
 
48
- console.log('- creating .env...')
48
+ console.log('- creating env...')
49
49
  const env = `PORT=333\nMINIFY=FALSE`
50
50
  fs.writeFileSync(`${destination}/.env`, env)
51
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactful/create",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "description": "reactful scafold tool",