Skip to content

Commit 01969e2

Browse files
icon bug
1 parent eaf60e7 commit 01969e2

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

package.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,29 @@
22
"name": "create-reactjs-components",
33
"displayName": "create-reactjs-components",
44
"description": "Options Menu",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"publisher": "canducci",
7-
"ico": "images/logo-three.png",
7+
"icon": "images/logo-three.png",
88
"engines": {
99
"vscode": "^1.48.0"
1010
},
11+
"author": {
12+
"email": "fulviocanducci@hotmail.com",
13+
"name": "Fúlvio Cezar Canducci Dias"
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/fulviocanducci/create-reactjs-components"
18+
},
1119
"categories": [
1220
"Snippets"
1321
],
22+
"keywords": [
23+
"react",
24+
"reactjs",
25+
"js",
26+
"jsx"
27+
],
1428
"activationEvents": [
1529
"onCommand:canducci.arrowFunctionComponentJs",
1630
"onCommand:canducci.functionComponentJs",

0 commit comments

Comments
 (0)