File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -657,16 +657,9 @@ const printCollective = () => {
657657 const emptyLine = print ( ) ;
658658
659659 emptyLine ( ) ;
660- yellow ( `Thanks for installing Nest ${ EMOJIS . PRAY } ` ) ;
661- dim ( 'Please consider donating to our open collective' ) ;
662- dim ( 'to help us maintain this package.' ) ;
660+ yellow ( `Thanks for using Stencil 🚀🚀` ) ;
663661 emptyLine ( ) ;
664662 emptyLine ( ) ;
665- print ( ) (
666- `${ chalk . bold ( `${ EMOJIS . WINE } Donate:` ) } ${ chalk . underline (
667- 'https://opencollective.com/nest' ,
668- ) } `,
669- ) ;
670663 emptyLine ( ) ;
671664} ;
672665
Original file line number Diff line number Diff line change 11{
22 "name" : " @samagra-x/stencil-cli" ,
3- "version" : " 0.0.3 " ,
3+ "version" : " 0.0.4 " ,
44 "description" : " Stencil cli for custom nest bootstrap" ,
55 "publishConfig" : {
66 "access" : " public"
3737 "@angular-devkit/core" : " 16.2.3" ,
3838 "@angular-devkit/schematics" : " 16.2.3" ,
3939 "@angular-devkit/schematics-cli" : " 16.2.3" ,
40- "@samagra-x/schematics" : " ^0.0.3 " ,
40+ "@samagra-x/schematics" : " ^0.0.4 " ,
4141 "chalk" : " 4.1.2" ,
4242 "chokidar" : " 3.5.3" ,
4343 "cli-table3" : " 0.6.3" ,
9898 "optional" : true
9999 }
100100 }
101- }
101+ }
You can’t perform that action at this time.
0 commit comments