Skip to content

Commit

Permalink
chore(demo): add @maskito/phone dependency to StackBlitz (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Aug 16, 2024
1 parent 0aadaef commit 9997b28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/demo/src/pages/stackblitz/stackblitz.service.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {Injectable} from '@angular/core';
import {DocExamplePrimaryTab} from '@demo/constants';
import phonePackageJson from '@maskito/phone/package.json';
import type {OpenOptions, Project} from '@stackblitz/sdk';
import stackblitz from '@stackblitz/sdk';
import type {TuiCodeEditor} from '@taiga-ui/addon-doc';
Expand All @@ -15,6 +16,8 @@ export class StackblitzService implements TuiCodeEditor {
dependencies: {
'@maskito/core': 'latest',
'@maskito/kit': 'latest',
'@maskito/phone': 'latest',
'libphonenumber-js': phonePackageJson.peerDependencies['libphonenumber-js'],
},
};

Expand Down

0 comments on commit 9997b28

Please sign in to comment.