@markbattistella/gitrc 1.0.4 → 2026.5.9

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/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  <small><em>easily switch between `.gitconfig` files</em></small>
6
6
 
7
- ![Github2npm](https://github.com/markbattistella/gitrc/workflows/gh2npm/badge.svg?event=registry_package) ![npm (scoped)](https://img.shields.io/npm/v/@markbattistella/gitrc) ![GitHub](https://img.shields.io/github/license/markbattistella/gitrc) ![npm bundle size (scoped)](https://img.shields.io/bundlephobia/minzip/@markbattistella/gitrc)
7
+ ![Github2npm](https://github.com/markbattistella/gitrc/workflows/gh2npm/badge.svg?event=registry_package) ![npm (scoped)](https://img.shields.io/npm/v/@markbattistella/gitrc) ![GitHub](https://img.shields.io/github/license/markbattistella/gitrc)
8
8
 
9
9
  ---
10
10
 
@@ -106,7 +106,7 @@ MIT - a copy is included with the source.
106
106
 
107
107
  Again I want to thank:
108
108
 
109
- - Conrad [github](https://github.com/deoxxa/) - *creator of npmrc*
109
+ - Conrad ([github](https://github.com/deoxxa/)) - *author of npmrc*
110
110
 
111
111
  And all the people that helped on that project:
112
112
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@markbattistella/gitrc",
3
3
  "description": "Change between different .gitconfig files",
4
- "version": "1.0.4",
4
+ "version": "2026.5.9",
5
5
  "main": "./gitrc.js",
6
6
  "author": "Mark Battistella (https://twitter.com/markbattistella)",
7
7
  "license": "MIT",
@@ -1,5 +0,0 @@
1
- # These are supported funding model platforms
2
- # Help buy a coffee to improve it :)
3
-
4
- github: [markbattistella]
5
- custom: ['https://www.paypal.me/markbattistella/6AUD']
@@ -1,19 +0,0 @@
1
- name: gh2npm
2
- on:
3
- registry_package:
4
- types: [published]
5
-
6
- jobs:
7
- npm-publish:
8
- runs-on: ubuntu-latest
9
- steps:
10
- - uses: actions/checkout@v2
11
- - uses: actions/setup-node@v1
12
- with:
13
- node-version: 10
14
- - run: npm install
15
- - uses: JS-DevTools/npm-publish@v1
16
- with:
17
- token: ${{ secrets.NPM_AUTH_TOKEN }}
18
- check-version: false
19
- access: public