complete-cli 1.4.0 → 1.4.1

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.
@@ -14,10 +14,10 @@ await lintCommands(import.meta.dirname, [
14
14
  "prettier --log-level=warn --check .",
15
15
 
16
16
  // Use Knip to check for unused files, exports, and dependencies.
17
- // - "--no-progress" - Dont show dynamic progress updates. Progress is automatically disabled
18
- // in CI environments.
19
- // - "--treat-config-hints-as-errors" - Exit with non-zero code (1) if there are any
20
- // configuration hints.
17
+ // - "--no-progress" - Don't show dynamic progress updates. Progress is automatically disabled in
18
+ // CI environments.
19
+ // - "--treat-config-hints-as-errors" - Exit with non-zero code (1) if there are any configuration
20
+ // hints.
21
21
  "knip --no-progress --treat-config-hints-as-errors",
22
22
 
23
23
  // Use CSpell to spell check every file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "complete-cli",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "A command line tool for bootstrapping TypeScript projects.",
5
5
  "keywords": [
6
6
  "typescript"