Skip to content

Commit a8083ff

Browse files
committed
Add funding link to npm package
Make 'npm install' report that quick-lint-js is looking for funding.
1 parent 11ce523 commit a8083ff

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

dist/npm/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,11 @@
4040
"url": "https://strager.net/"
4141
},
4242
"license": "GPL-3.0-or-later",
43-
"repository": "https://github.com/quick-lint/quick-lint-js"
43+
"repository": "https://github.com/quick-lint/quick-lint-js",
44+
"funding": [
45+
{
46+
"type": "individual",
47+
"url": "https://github.com/sponsors/strager"
48+
}
49+
]
4450
}

0 commit comments

Comments
 (0)