Skip to content

Commit

Permalink
chore: add FUNDING details
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Dec 9, 2022
1 parent 2dd3fbe commit 29e5da6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [sibiraj-s]
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
"index.d.ts",
"CHANGELOG.md"
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/sibiraj-s"
}
],
"scripts": {
"lint:fix": "standard --fix",
"test": "standard && node test.js",
Expand All @@ -36,4 +42,4 @@
"engines": {
"node": ">=8"
}
}
}

0 comments on commit 29e5da6

Please sign in to comment.