Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit d2a7fe7

Browse files
committed
build: 1.0.1 version
1 parent 5df8c2b commit d2a7fe7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "Bayon Component Generator",
55
"description": "Extension for generate components using Bayon Design System in React",
66
"icon": "art/icon.png",
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/DevJoaoLopes/Bayon-Component-Generator"
@@ -13,7 +13,13 @@
1313
"vscode": "^1.85.0"
1414
},
1515
"categories": [
16-
"Other"
16+
"Snippets"
17+
],
18+
"keywords": [
19+
"Bayon",
20+
"React",
21+
"Component Generator",
22+
"Jest"
1723
],
1824
"activationEvents": [],
1925
"main": "./dist/extension.js",

0 commit comments

Comments
 (0)