We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a6bbf commit b5a6500Copy full SHA for b5a6500
packages/snaps-utils/src/manifest/validators/index.ts
@@ -8,7 +8,8 @@ export * from './is-snap-manifest';
8
export * from './manifest-localization';
9
export * from './package-json-recommended-fields';
10
export * from './package-name-match';
11
-export * from './platform-version';
+// TODO: Uncomment the following line after the next release.
12
+// export * from './platform-version';
13
export * from './repository-match';
14
export * from './version-match';
15
export * from './icon-declared';
0 commit comments