Skip to content

Commit

Permalink
Temporarily remove CLI logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Oct 22, 2024
1 parent 8b55f08 commit fe59029
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/snaps-utils/src/manifest/validators/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export * from './is-snap-manifest';
export * from './manifest-localization';
export * from './package-json-recommended-fields';
export * from './package-name-match';
export * from './platform-version';
// TODO: Uncomment the following line after the next release.
// export * from './platform-version';
export * from './repository-match';
export * from './version-match';
export * from './icon-declared';
Expand Down

0 comments on commit fe59029

Please sign in to comment.