Skip to content

Commit d000252

Browse files
authored
Merge pull request #25 from babylonlabs-io/tong/new-changes
Tong/new changes
2 parents afe870d + 1aa38a4 commit d000252

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ export function exampleLib2(): string {
55
}
66

77
export function newExampleLib2(): string {
8-
return 'this one';
8+
return 'this two';
99
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ export function exampleLib3(): string {
77
export function newExampleLib3(): string {
88
return 'this is totally new one';
99
}
10+
11+
export function newFunc(): string {
12+
return 'something';
13+
}

0 commit comments

Comments
 (0)