Skip to content

Commit bea41e0

Browse files
authored
Merge pull request #14 from SamagraX-Stencil/fix/refactor
Fix/refactor
2 parents 0c3d889 + 2b3f891 commit bea41e0

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

actions/new.action.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"
@@ -37,7 +37,7 @@
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",
@@ -98,4 +98,4 @@
9898
"optional": true
9999
}
100100
}
101-
}
101+
}

0 commit comments

Comments
 (0)