Skip to content

Commit a1599c0

Browse files
gdespiritoclaude
andcommitted
Update branch references after master -> main rename
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KUhDLb7eGUBraFsnhBoRGm
1 parent 8937096 commit a1599c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
77

88
jobs:

src/compat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function warnDeprecated(): void {
2424
warned = true;
2525
process.emitWarning(
2626
'The gps-tracking v1 API (gps.server(...), snake_case events) is deprecated and will be removed in v3. ' +
27-
'See https://github.com/freshworkstudio/gps-tracking-nodejs/blob/master/MIGRATION.md',
27+
'See https://github.com/freshworkstudio/gps-tracking-nodejs/blob/main/MIGRATION.md',
2828
'DeprecationWarning',
2929
);
3030
}

0 commit comments

Comments
 (0)