Skip to content

Commit

Permalink
feat: log handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh887 committed Jul 16, 2023
1 parent ccb4f2c commit 71f2d98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ashutosh887/depextract",
"version": "1.4.9",
"version": "1.4.10",
"description": "Dependency extractor CLI script for package.json",
"type": "module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/extractors.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ export const extractCurrent = async () => {
};

export const extractPath = () => {
console.log(chalk.red("This is an upcoming feature v2... 🤞🏻"));
console.log(chalk.red("This feature has been deprecated and will be available in upcoming releases... 🤞🏻"));
};

0 comments on commit 71f2d98

Please sign in to comment.