|
61 | 61 | "input": {
|
62 | 62 | "type": "string",
|
63 | 63 | "default": "",
|
64 |
| - "description": "The dir to seach within." |
| 64 | + "description": "The dir to search within." |
65 | 65 | },
|
66 | 66 | "output": {
|
67 | 67 | "type": "string",
|
68 | 68 | "default": "",
|
69 |
| - "description": "The output path (relative to the outDir." |
| 69 | + "description": "The output path (relative to the outDir)." |
70 | 70 | }
|
71 | 71 | },
|
72 | 72 | "additionalProperties": false
|
|
190 | 190 | },
|
191 | 191 | "e2e": {
|
192 | 192 | "type": "object",
|
193 |
| - "description": "Confirguration for end-to-end tests.", |
| 193 | + "description": "Configuration for end-to-end tests.", |
194 | 194 | "properties": {
|
195 | 195 | "protractor": {
|
196 | 196 | "type": "object",
|
|
300 | 300 | "type": "number"
|
301 | 301 | },
|
302 | 302 | "class": {
|
303 |
| - "description": "Options for generating a class", |
| 303 | + "description": "Options for generating a class.", |
304 | 304 | "type": "object",
|
305 | 305 | "properties": {
|
306 | 306 | "spec": {
|
|
438 | 438 | }
|
439 | 439 | },
|
440 | 440 | "serve": {
|
441 |
| - "description": "Properties to be passed to the serve command", |
| 441 | + "description": "Properties to be passed to the serve command.", |
442 | 442 | "type": "object",
|
443 | 443 | "properties": {
|
444 | 444 | "port": {
|
445 |
| - "description": "The port the application will be served on", |
| 445 | + "description": "The port the application will be served on.", |
446 | 446 | "type": "number",
|
447 | 447 | "default": 4200
|
448 | 448 | },
|
449 | 449 | "host": {
|
450 |
| - "description": "The host the application will be served on", |
| 450 | + "description": "The host the application will be served on.", |
451 | 451 | "type": "string",
|
452 | 452 | "default": "localhost"
|
453 | 453 |
|
454 | 454 | },
|
455 | 455 | "ssl": {
|
456 |
| - "description": "Enables ssl for the application", |
| 456 | + "description": "Enables ssl for the application.", |
457 | 457 | "type": "boolean",
|
458 | 458 | "default": false
|
459 | 459 |
|
460 | 460 | },
|
461 | 461 | "sslKey": {
|
462 |
| - "description": "The ssl key used by the server", |
| 462 | + "description": "The ssl key used by the server.", |
463 | 463 | "type": "string",
|
464 | 464 | "default": "ssl/server.key"
|
465 | 465 |
|
466 | 466 | },
|
467 | 467 | "sslCert": {
|
468 |
| - "description": "The ssl certificate used by the server", |
| 468 | + "description": "The ssl certificate used by the server.", |
469 | 469 | "type": "string",
|
470 | 470 | "default": "ssl/server.crt"
|
471 | 471 | }
|
|
0 commit comments