Skip to content

Commit

Permalink
Version 1.1.4 - Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug6739 committed Nov 1, 2021
1 parent 3d1b591 commit ff53c22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sheweny/cli",
"description": "Cli for sheweny framework",
"version": "1.1.3",
"version": "1.1.4",
"main": "lib/cli.js",
"bin": {
"sheweny": "bin/sheweny",
Expand Down
5 changes: 0 additions & 5 deletions src/commands/add/util/getTemplateDirectory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ export async function getTemplateDirectory(options: IAddOptions): Promise<IAddOp
"../lib/templates/add",
`${options.addType!}.js`
);
console.log(`${options.addType!}.js`);

console.log(require.main!.path);

console.log(templateDir);

await access(templateDir, constants.R_OK);
options = {
Expand Down

0 comments on commit ff53c22

Please sign in to comment.