Skip to content

Commit 018da75

Browse files
author
Damian Sznajder
committed
1.9.2
1 parent bb8dfa9 commit 018da75

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

LICENCE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017 Damian Sznajder
3+
Copyright (c) 2018 Damian Sznajder
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
{
2-
"name": "es7-react-js-snippets",
3-
"displayName": "ES7 React/Redux/GraphQL/React-Native snippets",
4-
"description": "Simple extensions for React, Redux and Graphql in JS/TS with ES7 syntax",
5-
"version": "1.9.1",
6-
"publisher": "dsznajder",
7-
"icon": "images/logo.png",
8-
"keywords": [
9-
"snippets",
10-
"react",
11-
"redux",
12-
"react-native",
13-
"javascript",
14-
"typescript"
15-
],
16-
"engines": {
17-
"vscode": "^1.13.0"
18-
},
19-
"license": "SEE LICENSE",
20-
"repository": {
21-
"type": "git",
22-
"url": "https://github.com/dsznajder/vscode-es7-javascript-react-snippets"
23-
},
24-
"categories": [
25-
"Snippets"
26-
],
27-
"contributes": {
28-
"snippets": [
29-
{
30-
"language": "javascript",
31-
"path": "./snippets/snippets.json"
32-
},
33-
{
34-
"language": "javascriptreact",
35-
"path": "./snippets/snippets.json"
36-
},
37-
{
38-
"language": "typescript",
39-
"path": "./snippets/snippets.json"
40-
},
41-
{
42-
"language": "typescriptreact",
43-
"path": "./snippets/snippets.json"
44-
}
45-
]
46-
}
2+
"name": "es7-react-js-snippets",
3+
"displayName": "ES7 React/Redux/GraphQL/React-Native snippets",
4+
"description": "Simple extensions for React, Redux and Graphql in JS/TS with ES7 syntax",
5+
"version": "1.9.2",
6+
"publisher": "dsznajder",
7+
"icon": "images/logo.png",
8+
"keywords": [
9+
"snippets",
10+
"react",
11+
"redux",
12+
"react-native",
13+
"javascript",
14+
"typescript"
15+
],
16+
"engines": {
17+
"vscode": "^1.13.0"
18+
},
19+
"license": "SEE LICENSE",
20+
"repository": {
21+
"type": "git",
22+
"url": "https://github.com/dsznajder/vscode-es7-javascript-react-snippets"
23+
},
24+
"categories": [
25+
"Snippets"
26+
],
27+
"contributes": {
28+
"snippets": [
29+
{
30+
"language": "javascript",
31+
"path": "./snippets/snippets.json"
32+
},
33+
{
34+
"language": "javascriptreact",
35+
"path": "./snippets/snippets.json"
36+
},
37+
{
38+
"language": "typescript",
39+
"path": "./snippets/snippets.json"
40+
},
41+
{
42+
"language": "typescriptreact",
43+
"path": "./snippets/snippets.json"
44+
}
45+
]
46+
}
4747
}

0 commit comments

Comments
 (0)