Skip to content

Commit ec0509a

Browse files
authored
Add sponsor link to extension (#39)
Enable a way for users to sponsor the extension work. Signed-off-by: Eric Brown <[email protected]>
1 parent a16b038 commit ec0509a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"name": "Bandit",
99
"module": "bandit"
1010
},
11+
"sponsor": {
12+
"url": "https://github.com/sponsors/ericwb"
13+
},
1114
"publisher": "PyCQA",
1215
"license": "MIT",
1316
"homepage": "https://github.com/PyCQA/vscode-bandit",

0 commit comments

Comments
 (0)