File tree Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " uruit-react-snippets" ,
3
- "displayName" : " Uruit React Snippets" ,
4
- "description" : " React Snippets with ECMAScript 6" ,
5
- "version" : " 1.0.1 " ,
6
- "publisher" : " UruIT" ,
7
- "icon" : " images/uruit-logo.png" ,
8
- "engines" : {
9
- "vscode" : " ^1.13.0"
10
- },
11
- "categories" : [
12
- " Snippets"
13
- ],
14
- "homepage" : " https://github.com/UruIT/vscode-react-snippets" ,
15
- "repository" : {
16
- "type" : " git" ,
17
- "url" : " https://github.com/UruIT/vscode-react-snippets.git"
18
- },
19
- "bugs" : {
20
- "url" : " https://github.com/UruIT/vscode-react-snippets/issues"
21
- },
22
- "contributes" : {
23
- "snippets" : [
24
- {
25
- "language" : " javascript" ,
26
- "path" : " ./snippets/snippets.json"
27
- }
28
- ]
29
- }
2
+ "name" : " uruit-react-snippets" ,
3
+ "displayName" : " Uruit React Snippets" ,
4
+ "description" : " React Snippets with ECMAScript 6" ,
5
+ "version" : " 1.1.0 " ,
6
+ "publisher" : " UruIT" ,
7
+ "icon" : " images/uruit-logo.png" ,
8
+ "engines" : {
9
+ "vscode" : " ^1.13.0"
10
+ },
11
+ "categories" : [
12
+ " Snippets"
13
+ ],
14
+ "homepage" : " https://github.com/UruIT/vscode-react-snippets" ,
15
+ "repository" : {
16
+ "type" : " git" ,
17
+ "url" : " https://github.com/UruIT/vscode-react-snippets.git"
18
+ },
19
+ "bugs" : {
20
+ "url" : " https://github.com/UruIT/vscode-react-snippets/issues"
21
+ },
22
+ "contributes" : {
23
+ "snippets" : [
24
+ {
25
+ "language" : " javascript" ,
26
+ "path" : " ./snippets/snippets.json"
27
+ }
28
+ ]
29
+ }
30
30
}
You can’t perform that action at this time.
0 commit comments