Skip to content

Commit 0c9e577

Browse files
author
Alexander B
committed
1.0.1
1 parent a5a0982 commit 0c9e577

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"name": "vscode-fish-text",
3-
"publisher": "mamoru",
2+
"name": "vscode-fish-text",
3+
"publisher": "mamoru",
44
"displayName": "Рыбный Текст",
5-
"description": "Adds russian \"fish\" text",
6-
"galleryBanner": {
7-
"color": "#c42b44"
8-
},
9-
"author": {
10-
"name": "mamoruuu",
11-
"url": "https://mamoruuuu.github.io"
12-
},
13-
"repository": {
5+
"description": "Adds russian \"fish\" text",
6+
"galleryBanner": {
7+
"color": "#c42b44"
8+
},
9+
"author": {
10+
"name": "mamoruuu",
11+
"url": "https://mamoruuuu.github.io"
12+
},
13+
"repository": {
1414
"type": "git",
1515
"url": "https://github.com/mamoruuu/vscode-fish-text.git"
1616
},
17-
"icon": ".github/carpe.png",
18-
"version": "1.0.0",
19-
"license": "MIT",
17+
"icon": ".github/carpe.png",
18+
"version": "1.0.1",
19+
"license": "MIT",
2020
"engines": {
2121
"vscode": "^1.18.0"
2222
},
@@ -33,21 +33,21 @@
3333
"command": "fishtext.addParagraph",
3434
"title": "РыбаТекст: Добавить абзац текста"
3535
}
36-
],
37-
"snippets": [
38-
{
39-
"languages": [
40-
"html",
41-
"javascriptreact",
42-
"typescriptreact",
43-
"handlebars",
44-
"plaintext",
45-
"php",
46-
"markdown",
47-
"jade"
48-
]
49-
}
50-
]
36+
],
37+
"snippets": [
38+
{
39+
"languages": [
40+
"html",
41+
"javascriptreact",
42+
"typescriptreact",
43+
"handlebars",
44+
"plaintext",
45+
"php",
46+
"markdown",
47+
"jade"
48+
]
49+
}
50+
]
5151
},
5252
"scripts": {
5353
"vscode:prepublish": "npm run compile",

0 commit comments

Comments
 (0)