Skip to content

Commit

Permalink
feat: deprecated package (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin authored Jan 1, 2025
1 parent 817e25d commit 1726529
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bin/nodecg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ import updateNotifier from "update-notifier";

import packageJson from "../../package.json" with { type: "json" };

console.warn(
"`nodecg-cli` package is deprecated. Please uninstall `nodecg-cli` and install `nodecg` instead.",
);

updateNotifier({ pkg: packageJson }).notify();

try {
Expand Down

0 comments on commit 1726529

Please sign in to comment.