File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 11{
2+ "publisher" : " fluent-vue" ,
23 "name" : " fluent-vue" ,
34 "displayName" : " fluent-vue" ,
45 "type" : " module" ,
5- "version" : " 0.0.1" ,
6+ "version" : " 1.0.0" ,
7+ "private" : true ,
68 "description" : " Syntax highlighting for Fluent and fluent-vue" ,
9+ "author" : {
10+ "name" : " Ivan Demchuk" ,
11+ "email" : " ivan.demchuk@gmail.com" ,
12+ "url" : " https://demivan.me"
13+ },
14+ "repository" : " https://github.com/fluent-vue/vscode-extension" ,
715 "categories" : [
816 " Programming Languages"
917 ],
18+ "icon" : " images/logo.png" ,
1019 "engines" : {
11- "vscode" : " ^1.84 .0"
20+ "vscode" : " ^1.82 .0"
1221 },
1322 "contributes" : {
1423 "languages" : [
4352 }
4453 ]
4554 },
55+ "scripts" : {
56+ "lint" : " eslint ."
57+ },
4658 "devDependencies" : {
4759 "@antfu/eslint-config" : " ^2.1.0" ,
4860 "eslint" : " ^8.54.0"
You can’t perform that action at this time.
0 commit comments