Skip to content

Commit 74d9a6a

Browse files
committed
fix: update owner references to auths-dev, add npm release script
1 parent 9cad9a0 commit 74d9a6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/resolvers/detect.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('detectForge', () => {
77
expect(config).toEqual({
88
type: 'github',
99
baseUrl: 'https://api.github.com',
10-
owner: 'bordumb',
10+
owner: 'auths-dev',
1111
repo: 'auths',
1212
});
1313
});
@@ -70,7 +70,7 @@ describe('detectForge', () => {
7070
it('should handle URLs with extra path segments', () => {
7171
const config = detectForge('https://github.com/auths-dev/auths/tree/main');
7272
expect(config).not.toBeNull();
73-
expect(config!.owner).toBe('bordumb');
73+
expect(config!.owner).toBe('auths-dev');
7474
expect(config!.repo).toBe('auths');
7575
});
7676
});

0 commit comments

Comments
 (0)