@reactful/create 1.2.12 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactful/create",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "description": "reactful scaffold",