Skip to content

Commit 17a5ad4

Browse files
author
Jerome Brunel
committed
Add GitHub sponsors
1 parent 8e1dc78 commit 17a5ad4

File tree

2 files changed

+74
-1
lines changed

2 files changed

+74
-1
lines changed

package-lock.json

Lines changed: 71 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"repository": "jeerbl/webfonts-loader",
66
"main": "index.js",
77
"scripts": {
8-
"test": "semistandard && ./runTest.sh && ./runTestEmbed.sh"
8+
"test": "semistandard && ./runTest.sh && ./runTestEmbed.sh",
9+
"postinstall": "github-sponsors"
910
},
1011
"keywords": [
1112
"font",
@@ -26,6 +27,7 @@
2627
"loader-utils": "^1.2.3"
2728
},
2829
"devDependencies": {
30+
"github-sponsors": "^1.0.1",
2931
"semistandard": "^13.0.1"
3032
},
3133
"semistandard": {

0 commit comments

Comments
 (0)