@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 +2 -2
- package/package.json +1 -1
- package/.github/FUNDING.yml +0 -5
- package/.github/workflows/npm-publish.yml +0 -19
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
<small><em>easily switch between `.gitconfig` files</em></small>
|
|
6
6
|
|
|
7
|
-
  
|
|
7
|
+
  
|
|
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/) - *
|
|
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
package/.github/FUNDING.yml
DELETED
|
@@ -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
|