Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit edb398a

Browse files
committed
Added more info in package.json
1 parent 1f26089 commit edb398a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-flex-snippets",
3-
"displayName": "vscode-flex-snippets",
4-
"description": "Flex (MX & Spark) snippets for VSCode",
3+
"displayName": "Flex Snippets",
4+
"description": "Flex (MX & Spark) MXML snippets for faster development",
55
"version": "0.0.1",
66
"publisher": "neminovno",
77
"engines": {
@@ -17,5 +17,13 @@
1717
"path": "./snippets/snippets.json"
1818
}
1919
]
20+
},
21+
"homepage": "https://github.com/neminovno/vscode-flex-snippets/blob/master/README.md",
22+
"bugs": {
23+
"url": "https://github.com/neminovno/vscode-flex-snippets/issues"
24+
},
25+
"repository": {
26+
"type": "git",
27+
"url": "https://github.com/neminovno/vscode-flex-snippets.git"
2028
}
2129
}

0 commit comments

Comments
 (0)