Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 6792ea4

Browse files
feat: adding funding field in package.json
1 parent f91b3d0 commit 6792ea4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tasks/package.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ module.exports = () => {
6464
author: existing.author || `${name}`,
6565
homepage: `https://github.com/${repository}`,
6666
bugs: `https://github.com/${repository}/issues`,
67+
funding: {
68+
type: 'opencollective',
69+
url: 'https://opencollective.com/webpack',
70+
},
6771
main: existing.main || 'dist/cjs.js',
6872
engines: {
6973
node: `>= 10.13.0`,

0 commit comments

Comments
 (0)