Skip to content

Commit afe870d

Browse files
authored
Merge pull request #24 from babylonlabs-io/tong/make-a-change
Tong/make a change
2 parents 2539671 + 4e67949 commit afe870d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/example-lib2/src/lib/example-lib2.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ import { exampleLib } from '@babylonlabs-io/example-lib';
33
export function exampleLib2(): string {
44
return exampleLib() + 'example-lib2';
55
}
6+
7+
export function newExampleLib2(): string {
8+
return 'this one';
9+
}

packages/example-lib3/src/lib/example-lib3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ export function exampleLib3(): string {
55
}
66

77
export function newExampleLib3(): string {
8-
return 'this is totally new';
8+
return 'this is totally new one';
99
}

0 commit comments

Comments
 (0)