@reactful/create 1.2.11 → 1.2.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/commons/.env CHANGED
@@ -1,2 +1 @@
1
- PORT=3333
2
- MINIFY=false
1
+ PORT=3333
@@ -1,7 +1,6 @@
1
1
  # Based on https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore
2
2
 
3
3
  # Logs
4
-
5
4
  logs
6
5
  _.log
7
6
  npm-debug.log_
@@ -11,7 +10,6 @@ lerna-debug.log*
11
10
  .pnpm-debug.log*
12
11
 
13
12
  # Caches
14
-
15
13
  .cache
16
14
 
17
15
  # Diagnostic reports (https://nodejs.org/api/report.html)
@@ -1,5 +1,5 @@
1
1
  {
2
- "exclude": ["node_modules"],
2
+ "exclude": ["node_modules"],
3
3
  "compilerOptions": {
4
4
  "rootDir": ".",
5
5
  "jsx": "react",
@@ -21,4 +21,4 @@
21
21
  "allowSyntheticDefaultImports": true,
22
22
  "forceConsistentCasingInFileNames": true
23
23
  }
24
- }
24
+ }
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.11",
3
+ "version": "1.2.13",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "description": "reactful scaffold",