@reactful/create 1.2.10 → 1.2.12

Sign up to get free protection for your applications and to get access to all the features.
package/commons/.env ADDED
@@ -0,0 +1,2 @@
1
+ PORT=3333
2
+ MINIFY=false
package/index.js CHANGED
@@ -122,7 +122,6 @@ async function download(packageName, directory) {
122
122
  }
123
123
  }
124
124
 
125
-
126
125
  function createDirectory(directory) {
127
126
  removeDirectory(directory)
128
127
  fs.mkdirSync(directory)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactful/create",
3
- "version": "1.2.10",
3
+ "version": "1.2.12",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "description": "reactful scaffold",
@@ -9,8 +9,8 @@
9
9
  "@reactful/create": "index.js"
10
10
  },
11
11
  "files": [
12
- ".env",
13
- ".gitignore",
12
+ "commons/.env",
13
+ "commons/.gitignore",
14
14
  "index.js",
15
15
  "package.json",
16
16
  "templates",
File without changes