@kitschpatrol/repo-config 3.0.3 → 3.1.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/init/.npmrc CHANGED
@@ -1,7 +1,6 @@
1
1
  publish-branch=main
2
2
 
3
- # required for pnpm
4
- # public-hoist-pattern[]=@types* TBD
3
+ # Required for using @kitschpatrol/shared-config with pnpm
5
4
  public-hoist-pattern[]=@kitschpatrol/repo-config
6
5
  public-hoist-pattern[]=@kitschpatrol/vscode-config
7
6
  public-hoist-pattern[]=*cspell*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/repo-config",
3
- "version": "3.0.3",
3
+ "version": "3.1.0",
4
4
  "type": "module",
5
5
  "description": "Initial repo configuration for @kitschpatrol/shared-config",
6
6
  "repository": {
package/readme.md CHANGED
@@ -19,7 +19,7 @@ It's critical that it is applied _before_ any other `@kitschpatrol/shared-config
19
19
  If you just need to set up your `.npmrc` in anticipation of installing another shared config, you can run the script via `dlx` to copy the `.npmrc` to your home folder:
20
20
 
21
21
  ```sh
22
- pnpm dlx @kitschpatrol/repo-config
22
+ pnpm dlx @kitschpatrol/repo-config --init
23
23
  ```
24
24
 
25
25
  ### Installation approach