Skip to content

Commit

Permalink
fixed names in package.json (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
bowensanders authored Jul 11, 2023
1 parent c2243f0 commit 9b5ed07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const CRONJOBS_SNAP_ID = 'npm:@metamask/cronjobs-example-snap';
export const CRONJOBS_SNAP_ID = 'npm:@metamask/cronjob-example-snap';
export const CRONJOBS_SNAP_PORT = 8004;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const DIALOGS_SNAP_ID = 'npm:@metamask/dialogs-example-snap';
export const DIALOGS_SNAP_ID = 'npm:@metamask/dialog-example-snap';
export const DIALOGS_SNAP_PORT = 8005;
2 changes: 1 addition & 1 deletion packages/test-snaps/src/features/snaps/errors/constants.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const ERRORS_SNAP_ID = 'npm:@metamask/errors-example-snap';
export const ERRORS_SNAP_ID = 'npm:@metamask/error-example-snap';
export const ERRORS_SNAP_PORT = 8006;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const NOTIFICATIONS_SNAP_ID = 'npm:@metamask/notifications-example-snap';
export const NOTIFICATIONS_SNAP_ID = 'npm:@metamask/notification-example-snap';
export const NOTIFICATIONS_SNAP_PORT = 8016;

0 comments on commit 9b5ed07

Please sign in to comment.