Skip to content

Commit

Permalink
AutoCommit: Bump Repository (Update Repository Files)
Browse files Browse the repository at this point in the history
  • Loading branch information
thealternatedev committed Oct 20, 2023
1 parent bf22c4f commit 00d7f23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
2 changes: 0 additions & 2 deletions bin/commands/RegisterCommands.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ const { RegisterCommand, RegisterJSONCommand } = require("../CommandsHandler");
const InitCommand = require("./InitCommand");
const RunCommand = require("./RunCommand");
const VersionCommand = require("./VersionCommand");
const WatchCommand = require("./WatchCommand");

module.exports = (program) => {
RegisterJSONCommand(program, VersionCommand());
RegisterJSONCommand(program, InitCommand());
RegisterJSONCommand(program, RunCommand());
RegisterJSONCommand(program, WatchCommand());
}
26 changes: 0 additions & 26 deletions bin/commands/WatchCommand.js

This file was deleted.

0 comments on commit 00d7f23

Please sign in to comment.