Skip to content

Commit

Permalink
docs: add more information about package move
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumace committed Mar 7, 2024
1 parent 1d3825d commit 79d2768
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ const { version } = require("../package.json");

clear();
console.log(" ");
console.log(chalk.redBright.bold("IMPORTANT:"));
console.log(chalk.redBright.bold("The package was moved to"));
console.log("https://www.npmjs.com/package/@deven-org/documentation-skeleton");
console.log(chalk.redBright.bold("This package will not receive any further updates, please switch to the new one linked above."))
console.log(" ");
console.log(chalk.white.bold("deven-doc-install:"));
console.log(" ");
cli
Expand Down Expand Up @@ -75,4 +80,4 @@ cli

cli.help();
cli.version(require("../package.json").version);
cli.parse();
cli.parse();
2 changes: 1 addition & 1 deletion deven-skeleton-install.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.3.0"
"version": "2.1.1"
}

0 comments on commit 79d2768

Please sign in to comment.