Skip to content

Commit bbbfc1e

Browse files
committed
Update package.json
1 parent 7d43858 commit bbbfc1e

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
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": "[email protected]",
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": [
@@ -43,6 +52,9 @@
4352
}
4453
]
4554
},
55+
"scripts": {
56+
"lint": "eslint ."
57+
},
4658
"devDependencies": {
4759
"@antfu/eslint-config": "^2.1.0",
4860
"eslint": "^8.54.0"

0 commit comments

Comments
 (0)