Skip to content

Commit

Permalink
chore: add funding to the package manifest (#6873)
Browse files Browse the repository at this point in the history
adds the funding key to the manifest as the opencollective
per https://docs.npmjs.com/configuring-npm/package-json.html#funding

fixes #4649
  • Loading branch information
imnotjames committed Oct 9, 2020
1 parent 645176f commit 5c407de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -150,6 +150,7 @@
"bin": {
"typeorm": "./cli.js"
},
"funding": "https://opencollective.com/typeorm",
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/typeorm",
Expand Down

0 comments on commit 5c407de

Please sign in to comment.