UNPKG

369 BJSONView Raw
1{
2 "$schema": "http://json-schema.org/schema",
3 "$id": "ng-cli://commands/deprecated.json",
4 "description": "Deprecated in favor of config command.",
5 "$longDescription": "",
6
7 "$impl": "./deprecated-impl#DeprecatedCommand",
8 "$hidden": true,
9 "$type": "deprecated",
10
11 "type": "object",
12 "allOf": [
13 { "$ref": "./definitions.json#/definitions/base" }
14 ]
15}