Skip to content

Commit a49af4f

Browse files
committed
Update package.json
1 parent d445c5c commit a49af4f

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

package.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,14 @@
2020
"sponsor": {
2121
"url": "https://ko-fi.com/brunodev"
2222
},
23-
"categories": [
24-
"Other"
25-
],
23+
"categories": ["Other"],
2624
"main": "./dist/index.js",
2725
"icon": "res/icon.png",
28-
"files": [
29-
"LICENSE.md",
30-
"dist/*",
31-
"res/*"
32-
],
26+
"files": ["LICENSE.md", "dist/*", "res/*"],
3327
"engines": {
3428
"vscode": "^1.96.0"
3529
},
36-
"activationEvents": [
37-
"onStartupFinished"
38-
],
30+
"activationEvents": ["onStartupFinished"],
3931
"contributes": {
4032
"commands": [
4133
{

0 commit comments

Comments
 (0)