Skip to content

Commit

Permalink
Fix after rebase
Browse files Browse the repository at this point in the history
Moved superstruct to @metamask/superstruct
  • Loading branch information
ritave committed Jul 22, 2024
1 parent 2cbf2b5 commit b446d32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { validate } from 'superstruct';
import { validate } from '@metamask/superstruct';

import { LocalizationFileStruct } from '../../localization';
import type { ValidatorMeta } from '../validator-types';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { validate } from 'superstruct';
import { validate } from '@metamask/superstruct';

import { NpmSnapFileNames, NpmSnapPackageJsonStruct } from '../../types';
import type { ValidatorMeta } from '../validator-types';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { validate } from 'superstruct';
import { validate } from '@metamask/superstruct';

import { NpmSnapFileNames } from '../../types';
import { SnapManifestStruct } from '../validation';
Expand Down

0 comments on commit b446d32

Please sign in to comment.