Skip to content

Commit 9321a13

Browse files
authored
chore: add funding links to package json files
1 parent d21180d commit 9321a13

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

next-release-notes.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
<!--
2-
### Breaking Changes
3-
4-
### Features
5-
6-
### Bug Fixes and Improvements
7-
81
### Other Changes
9-
-->
2+
- Add funding link to package.json

packages/blueprintjs-renderers/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"url": "[email protected]:lukasbach/react-complex-tree.git",
99
"directory": "packages/blueprintjs-renderers"
1010
},
11+
"funding": "https://github.com/sponsors/lukasbach",
1112
"description": "Renderers for react-complex-tree with a BlueprintJS-styled theme",
1213
"homepage": "https://rct.lukasbach.com/docs/guides/blueprintjs",
1314
"author": "Lukas Bach <[email protected]>",

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"typings": "lib/esm/index.d.ts",
88
"style": "lib/style-modern.css",
99
"unpkg": "lib/bundle.js",
10+
"funding": "https://github.com/sponsors/lukasbach",
1011
"sideEffects": [
1112
"**/*.css"
1213
],

0 commit comments

Comments
 (0)