File tree Expand file tree Collapse file tree
packages/react-typist-component/dev Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 "preinstall" : " npx only-allow pnpm" ,
2626 "commit" : " cz" ,
2727 "test" : " pnpm -r --filter ./packages/* run test" ,
28+ "build:website" : " pnpm -r --filter ./packages/* run build:website" ,
2829 "build:packages" : " pnpm -r --filter ./packages/* run build:package" ,
2930 "prepublishOnly" : " pnpm build:lib"
3031 },
Original file line number Diff line number Diff line change 11import React from 'react' ;
2- import Typist from '../packages/react-typist-component/ src' ;
2+ import Typist from '../src' ;
33import Header from './components/Header' ;
44import Section from './components/Section' ;
55import PauseExample from './components/PauseExample' ;
Original file line number Diff line number Diff line change 11import React from 'react' ;
22
3- import Typist from '../../packages/react-typist-component/ src' ;
3+ import Typist from '../../src' ;
44import randomDelayGenerator from '../utils/randomDelayGenerator' ;
55
66export default function Header ( ) {
Original file line number Diff line number Diff line change 11import React , { useState } from 'react' ;
22
3- import Typist from '../../packages/react-typist-component/ src' ;
3+ import Typist from '../../src' ;
44import Section from './Section' ;
55
66export default function PauseExample ( ) {
You can’t perform that action at this time.
0 commit comments