bod 5.3.6 → 5.3.9-alpha.0
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
[](https://unpkg.com/browse/bod@latest/)
|
|
9
9
|
|
|
10
10
|
[](https://github.com/sabertazimi/bod/actions/workflows/ci.yml)
|
|
11
|
-
[](https://codecov.io/gh/sabertazimi/bod)
|
|
12
12
|
[](https://github.com/sabertazimi/bod/actions/workflows/ci.yml)
|
|
13
13
|
|
|
14
14
|
Boilerplate CLI App - Create a new project powered by Create React App and @sabertazimi/react-scripts.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bod",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.9-alpha.0",
|
|
4
4
|
"description": "Boilerplate CLI App",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run clean && npm run compile",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"consola": "^2.15.3",
|
|
59
59
|
"cross-spawn": "^7.0.3",
|
|
60
60
|
"envinfo": "^7.8.1",
|
|
61
|
-
"inquirer": "^8.1.
|
|
61
|
+
"inquirer": "^8.1.5"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@types/cross-spawn": "^6.0.2",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"ci-info": "^3.2.0",
|
|
69
69
|
"rimraf": "^3.0.2"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "62e5ad711e3edd4ff2dcbf5b44fea79b76cefee1"
|
|
72
72
|
}
|