We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45774b4 commit 07d5a21Copy full SHA for 07d5a21
client/README.md
@@ -1,6 +1,6 @@
1
# Angular Language Service
2
3
-
+
4
5
## Using
6
client/angular.png
2.33 KB
client/package.json
@@ -3,7 +3,8 @@
"displayName": "Angular Language Service",
"description": "Editor services for Angular templates",
"version": "0.1.0",
- "publisher": "Google",
+ "publisher": "Angular",
7
+ "icon": "angular.png",
8
"engines": {
9
"vscode": "^1.4.0"
10
},
@@ -51,5 +52,9 @@
51
52
53
"dependencies": {
54
"vscode-languageclient": "^2.4.2-next.12"
55
+ },
56
+ "repository": {
57
+ "type": "git",
58
+ "url": "https://github.com/angular/vscode-ng-template-service"
59
}
60
0 commit comments