We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8252f20 commit 5415bccCopy full SHA for 5415bcc
packages/angular_devkit/build_angular/src/protractor/schema.json
@@ -45,7 +45,8 @@
45
},
46
"baseUrl": {
47
"type": "string",
48
- "description": "Base URL for protractor to connect to."
+ "description": "Base URL for protractor to connect to.",
49
+ "x-deprecated": "Use \"baseUrl\" in the Protractor config file instead."
50
}
51
52
"additionalProperties": false,
0 commit comments