Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): remove deprecation of baseUrl i…
Browse files Browse the repository at this point in the history
…n protractor builder

Closes #13952
  • Loading branch information
alan-agius4 authored and vikerman committed Aug 29, 2019
1 parent 96cf51a commit 32da3da
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
},
"baseUrl": {
"type": "string",
"description": "Base URL for protractor to connect to.",
"x-deprecated": "Use \"baseUrl\" in the Protractor config file instead."
"description": "Base URL for protractor to connect to."
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 32da3da

Please sign in to comment.