Skip to content

Commit 3de5425

Browse files
committed
Adjust comment in installations
1 parent 2fcbdfa commit 3de5425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/installations/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ export * from './interfaces/public-types';
3131

3232
registerInstallations();
3333
registerVersion(name, version);
34-
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
34+
// BUILD_TARGET will be replaced by values like esm2017, cjs2017, etc during the compilation
3535
registerVersion(name, version, '__BUILD_TARGET__');

0 commit comments

Comments
 (0)