bod 5.3.8 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  [![CDN](https://img.shields.io/npm/v/bod?label=CDN&logo=cloudflare&style=for-the-badge)](https://unpkg.com/browse/bod@latest/)
9
9
 
10
10
  [![CI](https://img.shields.io/github/workflow/status/sabertazimi/bod/CI/main?style=for-the-badge&logo=github)](https://github.com/sabertazimi/bod/actions/workflows/ci.yml)
11
- [![Jest Coverage](https://img.shields.io/coveralls/github/sabertazimi/bod?logo=coveralls&style=for-the-badge)](https://coveralls.io/github/sabertazimi/bod)
11
+ [![Jest Coverage](https://img.shields.io/codecov/c/github/sabertazimi/bod?logo=codecov&style=for-the-badge)](https://codecov.io/gh/sabertazimi/bod)
12
12
  [![Jest Coverage](https://raw.githubusercontents.com/sabertazimi/bod/gh-pages/coverage-lines.svg)](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.8",
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.2"
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": "9c52aff9eeb78195a84d0863c340806f79d1a7ba"
71
+ "gitHead": "62e5ad711e3edd4ff2dcbf5b44fea79b76cefee1"
72
72
  }