Skip to content

Commit 212b0f5

Browse files
committed
address comments
1 parent ef873b9 commit 212b0f5

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

packages/util/index.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ export * from './src/subscribe';
3636
export * from './src/validation';
3737
export * from './src/utf8';
3838
export * from './src/exponential_backoff';
39-
export * from './src/util';
39+
export * from './src/formatters';

packages/util/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ export * from './src/subscribe';
3131
export * from './src/validation';
3232
export * from './src/utf8';
3333
export * from './src/exponential_backoff';
34-
export * from './src/util';
34+
export * from './src/formatters';
File renamed without changes.

repo-scripts/size-analysis/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ yargs
3434
inputDtsFile: {
3535
type: 'string',
3636
alias: 'if',
37-
desc: 'support for adhoc analysis. requires a path to dts file'
37+
desc: 'support for adhoc analysis. requires a path to a d.ts file'
3838
},
3939
inputBundleFile: {
4040
type: 'string',

0 commit comments

Comments
 (0)