web: Rename PublicAPI.local_compatible to PublicAPI.localCompatible

This commit is contained in:
Nathan Adams 2020-11-17 22:08:01 +01:00 committed by Mike Welsh
parent 980590cf96
commit af01621484
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ export class PublicAPI {
*
* @returns An instance of the Source API
*/
local_compatible(): SourceAPI | null {
localCompatible(): SourceAPI | null {
if (this.sources.local !== undefined) {
return this.satisfying("^" + this.sources.local.version);
} else {