Skip to content

Commit ed5fa70

Browse files
Copilotnev21
andauthored
Add funding metadata to published package manifests (#316)
* Initial plan * chore: add funding metadata to published package manifests Agent-Logs-Url: https://github.com/nevware21/tripwire/sessions/c3d44cd4-10f5-4b6e-8cae-d027eee653a5 Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com> * chore: align funding metadata format with sponsor config Agent-Logs-Url: https://github.com/nevware21/tripwire/sessions/99adeb5f-6358-4827-ab8b-e801f69b78b1 Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com>
1 parent c1d614d commit ed5fa70

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

core/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
"name": "Nevware21 Solutions LLC",
99
"email": "github+tripwire@nevware21.com"
1010
},
11+
"funding": [
12+
{
13+
"type": "github",
14+
"url": "https://github.com/sponsors/nevware21"
15+
},
16+
{
17+
"type": "buymeacoffee",
18+
"url": "https://www.buymeacoffee.com/nevware21"
19+
}
20+
],
1121
"keywords": [
1222
"test",
1323
"testing",
@@ -95,4 +105,3 @@
95105
"copyfiles": "^2.4.1"
96106
}
97107
}
98-

shim/chai/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
"name": "Nevware21 Solutions LLC",
99
"email": "github+tripwire@nevware21.com"
1010
},
11+
"funding": [
12+
{
13+
"type": "github",
14+
"url": "https://github.com/sponsors/nevware21"
15+
},
16+
{
17+
"type": "buymeacoffee",
18+
"url": "https://www.buymeacoffee.com/nevware21"
19+
}
20+
],
1121
"keywords": [
1222
"test",
1323
"testing",
@@ -96,4 +106,3 @@
96106
"copyfiles": "^2.4.1"
97107
}
98108
}
99-

0 commit comments

Comments
 (0)