Skip to content

Commit

Permalink
feat(@angular/cli): add schema to the config (angular#4504)
Browse files Browse the repository at this point in the history
So IDEs can actually use auto-completion, for example. This uses the installed
@angular/cli in node_modules, so versions are updated correctly.
  • Loading branch information
hansl authored and MRHarrison committed Feb 9, 2017
1 parent b9e39ef commit 2cedd4d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"project": {
"version": "<%= version %>",
"name": "<%= htmlComponentName %>"
Expand Down

0 comments on commit 2cedd4d

Please sign in to comment.