Skip to content

Commit 2fbd11a

Browse files
authored
Update package.json
1 parent bf800f1 commit 2fbd11a

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

package.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,20 @@
22
"name": "unity-code-snippets",
33
"displayName": "Unity Code Snippets",
44
"description": "All snippets you need for Unity3D development",
5-
"version": "0.1.0",
5+
"version": "1.4.0",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/Cdddo/vscode-unity-code-snippets"
9+
},
10+
"author": {
11+
"name": "Cdddo"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/Cdddo/vscode-unity-code-snippets"
15+
},
16+
"publisher": "Cdddo",
617
"engines": {
7-
"vscode": "^1.41.1"
18+
"vscode": "^1.17.0"
819
},
920
"categories": [
1021
"Snippets"
@@ -16,10 +27,7 @@
1627
"gamedev",
1728
"snippet"
1829
],
19-
"publisher": "Cdddo",
20-
"repository": {
21-
"url": "https://github.com/Cdddo/vscode-unity-code-snippets"
22-
},
30+
"homepage": "https://github.com/Cdddo/vscode-unity-code-snippets",
2331
"icon": "images/icon.png",
2432
"galleryBanner": {
2533
"color": "#b5bcca",

0 commit comments

Comments
 (0)