@kitschpatrol/repo-config 4.3.2 → 4.3.3

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/package.json +1 -1
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/repo-config",
3
- "version": "4.3.2",
3
+ "version": "4.3.3",
4
4
  "type": "module",
5
5
  "description": "Initial repo configuration for @kitschpatrol/shared-config",
6
6
  "repository": {
package/readme.md CHANGED
@@ -47,7 +47,7 @@ Optionally, you can install the package if you think you'll ever want to regener
47
47
 
48
48
  There are two options for authenticating the release workflow action:
49
49
 
50
- #### Github Token
50
+ #### GitHub Token
51
51
 
52
52
  1. Ensure that read / write permissions are set for actions on the repository under Settings → Actions → General → Workflow permissions.
53
53