Skip to content

Commit b5a6500

Browse files
committed
Temporarily remove CLI logic
1 parent 16a6bbf commit b5a6500

File tree

1 file changed

+2
-1
lines changed
  • packages/snaps-utils/src/manifest/validators

1 file changed

+2
-1
lines changed

packages/snaps-utils/src/manifest/validators/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ export * from './is-snap-manifest';
88
export * from './manifest-localization';
99
export * from './package-json-recommended-fields';
1010
export * from './package-name-match';
11-
export * from './platform-version';
11+
// TODO: Uncomment the following line after the next release.
12+
// export * from './platform-version';
1213
export * from './repository-match';
1314
export * from './version-match';
1415
export * from './icon-declared';

0 commit comments

Comments
 (0)