Skip to content

Commit 84f2b71

Browse files
committed
Small fixes
1 parent 5a40dc4 commit 84f2b71

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@
1919
"vscode": "^1.4.0"
2020
},
2121
"categories": [
22-
"Linters"
22+
"Linters",
23+
"Programming Languages"
2324
],
2425
"activationEvents": [
2526
"onLanguage:css"
2627
],
2728
"homepage": "https://github.com/csstree/vscode-plugin",
2829
"repository": "https://github.com/csstree/vscode-plugin",
2930
"bugs": "https://github.com/csstree/vscode-plugin/issues",
30-
"main": "./out/src/extension",
31+
"main": "./out/src/extension.js",
3132
"galleryBanner": {
3233
"theme": "dark",
3334
"color": "#333"

0 commit comments

Comments
 (0)