Skip to content

Commit

Permalink
Merge pull request #14 from SamagraX-Stencil/fix/refactor
Browse files Browse the repository at this point in the history
Fix/refactor
  • Loading branch information
sooraj1002 authored Jan 4, 2024
2 parents 0c3d889 + 2b3f891 commit bea41e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
9 changes: 1 addition & 8 deletions actions/new.action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -657,16 +657,9 @@ const printCollective = () => {
const emptyLine = print();

emptyLine();
yellow(`Thanks for installing Nest ${EMOJIS.PRAY}`);
dim('Please consider donating to our open collective');
dim('to help us maintain this package.');
yellow(`Thanks for using Stencil 🚀🚀`);
emptyLine();
emptyLine();
print()(
`${chalk.bold(`${EMOJIS.WINE} Donate:`)} ${chalk.underline(
'https://opencollective.com/nest',
)}`,
);
emptyLine();
};

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@samagra-x/stencil-cli",
"version": "0.0.3",
"version": "0.0.4",
"description": "Stencil cli for custom nest bootstrap",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -37,7 +37,7 @@
"@angular-devkit/core": "16.2.3",
"@angular-devkit/schematics": "16.2.3",
"@angular-devkit/schematics-cli": "16.2.3",
"@samagra-x/schematics": "^0.0.3",
"@samagra-x/schematics": "^0.0.4",
"chalk": "4.1.2",
"chokidar": "3.5.3",
"cli-table3": "0.6.3",
Expand Down Expand Up @@ -98,4 +98,4 @@
"optional": true
}
}
}
}

0 comments on commit bea41e0

Please sign in to comment.