Skip to content

Commit

Permalink
chore: add funding information
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jun 24, 2020
1 parent 4e7e08d commit 2d364e2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: malept
tidelift: npm/electron-forge
12 changes: 11 additions & 1 deletion packages/api/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,15 @@
},
"engines": {
"node": ">= 10.0.0"
}
},
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/malept"
},
{
"type": "tidelift",
"url": "https://tidelift.com/subscription/pkg/npm-.electron-forge-cli?utm_medium=referral&utm_source=npm_fund"
}
]
}
12 changes: 11 additions & 1 deletion packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,15 @@
},
"engines": {
"node": ">= 10.0.0"
}
},
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/malept"
},
{
"type": "tidelift",
"url": "https://tidelift.com/subscription/pkg/npm-.electron-forge-core?utm_medium=referral&utm_source=npm_fund"
}
]
}

0 comments on commit 2d364e2

Please sign in to comment.