Skip to content

Commit 32da3da

Browse files
alan-agius4vikerman
authored andcommitted
fix(@angular-devkit/build-angular): remove deprecation of baseUrl in protractor builder
Closes #13952
1 parent 96cf51a commit 32da3da

File tree

1 file changed

+1
-2
lines changed
  • packages/angular_devkit/build_angular/src/protractor

1 file changed

+1
-2
lines changed

packages/angular_devkit/build_angular/src/protractor/schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
},
4646
"baseUrl": {
4747
"type": "string",
48-
"description": "Base URL for protractor to connect to.",
49-
"x-deprecated": "Use \"baseUrl\" in the Protractor config file instead."
48+
"description": "Base URL for protractor to connect to."
5049
}
5150
},
5251
"additionalProperties": false,

0 commit comments

Comments
 (0)