@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 +2 -0
- package/index.js +0 -1
- package/package.json +3 -3
- /package/{.gitignore → commons/.gitignore} +0 -0
package/commons/.env
ADDED
package/index.js
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@reactful/create",
|
3
|
-
"version": "1.2.
|
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
|
-
"
|
13
|
-
"
|
12
|
+
"commons/.env",
|
13
|
+
"commons/.gitignore",
|
14
14
|
"index.js",
|
15
15
|
"package.json",
|
16
16
|
"templates",
|
File without changes
|