complete-cli 1.0.21 → 1.0.23

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.
@@ -16,34 +16,3 @@ jobs:
16
16
  - uses: actions/checkout@v4
17
17
  - uses: ./.github/workflows/setup
18
18
  - run: npm run lint
19
-
20
- # To enable CI failure notifications over Discord:
21
- # - Right click on a channel in Discord and select "Edit Channel".
22
- # - Click on "Integrations" on the left menu.
23
- # - Click on the "Create Webhook" button.
24
- # - Click on the box for the new webhook that was created.
25
- # - Change the name to "GitHub".
26
- # - Change the image to: https://github.com/complete-ts/complete/raw/main/misc/github.png
27
- # - Click on the "Save Changes" button at the bottom.
28
- # - Click on the "Copy Webhook URL" button.
29
- # - Go to the main page for your repository on GitHub.
30
- # - Click on the "Settings" tab near the top.
31
- # - Click on "Secrets and variables" in the left menu.
32
- # - Click on "Actions" from the dropdown list.
33
- # - Click on the "New repository secret" button in the top right.
34
- # - For the "Name" box, use "DISCORD_WEBHOOK" (without the quotes).
35
- # - For the "Secret" box, paste in the URL that was copied in the "Copy Webhook URL" step. (The
36
- # pasted URL should not have a "/github" suffix.)
37
- # - Click on the "Add secret" button.
38
- # - Delete this comment and uncomment the lines below.
39
- #discord:
40
- # name: Discord Failure Notification
41
- # needs: [build, lint]
42
- # if: failure()
43
- # runs-on: ubuntu-latest
44
- # steps:
45
- # - uses: sarisia/actions-status-discord@v1
46
- # with:
47
- # webhook: ${{ secrets.DISCORD_WEBHOOK }}
48
- # status: failure
49
- # title: ""
@@ -21,5 +21,5 @@
21
21
  "pnpm-lock.yaml",
22
22
  "yarn.lock",
23
23
  ],
24
- "words": ["dbaeumer", "esbenp", "sarisia", "Zamiell"],
24
+ "words": ["dbaeumer", "esbenp", "Zamiell"],
25
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "complete-cli",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "A command line tool for bootstrapping TypeScript projects.",
5
5
  "keywords": [
6
6
  "typescript"