Skip to content

Commit f7b45fb

Browse files
committed
Version update
1 parent 884eded commit f7b45fb

File tree

1 file changed

+46
-46
lines changed

1 file changed

+46
-46
lines changed

package.json

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
1-
{
2-
"name": "ReactSnippetsWithoutSemicolons",
3-
"description": "Code snippets for Reactjs development in ES6 syntax WITHOUT semicolons",
4-
"version": "1.2.1",
5-
"displayName": "Reactjs code snippets WITHOUT semicolons",
6-
"publisher": "notgiorgi",
7-
"icon": "images/react.png",
8-
"galleryBanner": {
9-
"theme": "light"
10-
},
11-
"license": "SEE LICENSE IN LICENSE.md",
12-
"repository": {
13-
"type": "git",
14-
"url": "https://github.com/notgiorgi/vscode-react"
15-
},
16-
"engines": {
17-
"vscode": "0.10.x"
18-
},
19-
"categories": [
20-
"Snippets"
21-
],
22-
"contributes": {
23-
"snippets": [
24-
{
25-
"language": "javascriptreact",
26-
"path": "./snippets/snippets.json"
27-
},
28-
{
29-
"language": "javascript",
30-
"path": "./snippets/snippets.json"
31-
},
32-
{
33-
"language": "typescript",
34-
"path": "./snippets/snippets.json"
35-
},
36-
{
37-
"language": "typescriptreact",
38-
"path": "./snippets/snippets.json"
39-
},
40-
{
41-
"language": "jsx",
42-
"path": "./snippets/snippets.json"
43-
}
44-
]
45-
}
46-
}
1+
{
2+
"name": "ReactSnippetsWithoutSemicolons",
3+
"description": "Code snippets for Reactjs development in ES6 syntax WITHOUT semicolons",
4+
"version": "1.3.0",
5+
"displayName": "Reactjs code snippets WITHOUT semicolons",
6+
"publisher": "notgiorgi",
7+
"icon": "images/react.png",
8+
"galleryBanner": {
9+
"theme": "light"
10+
},
11+
"license": "SEE LICENSE IN LICENSE.md",
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/notgiorgi/vscode-react"
15+
},
16+
"engines": {
17+
"vscode": "0.10.x"
18+
},
19+
"categories": [
20+
"Snippets"
21+
],
22+
"contributes": {
23+
"snippets": [
24+
{
25+
"language": "javascriptreact",
26+
"path": "./snippets/snippets.json"
27+
},
28+
{
29+
"language": "javascript",
30+
"path": "./snippets/snippets.json"
31+
},
32+
{
33+
"language": "typescript",
34+
"path": "./snippets/snippets.json"
35+
},
36+
{
37+
"language": "typescriptreact",
38+
"path": "./snippets/snippets.json"
39+
},
40+
{
41+
"language": "jsx",
42+
"path": "./snippets/snippets.json"
43+
}
44+
]
45+
}
46+
}

0 commit comments

Comments
 (0)