Skip to content

Commit

Permalink
feat: adding funding field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Nov 25, 2019
1 parent f91b3d0 commit 6792ea4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tasks/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ module.exports = () => {
author: existing.author || `${name}`,
homepage: `https://github.com/${repository}`,
bugs: `https://github.com/${repository}/issues`,
funding: {
type: 'opencollective',
url: 'https://opencollective.com/webpack',
},
main: existing.main || 'dist/cjs.js',
engines: {
node: `>= 10.13.0`,
Expand Down

0 comments on commit 6792ea4

Please sign in to comment.