Skip to content

Commit

Permalink
fixed bin actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ortexx committed Feb 27, 2024
1 parent 94986a6 commit bd4a26e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bin/actions.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import chalk from "chalk";
import yargs from "yargs";
import utils from "./utils.js";
import * as _actions from "spreadable/bin/actions.js";
import _actions from "spreadable/bin/actions.js";

const argv = yargs(process.argv).argv;
const actions = Object.assign({}, _actions);
Expand Down
Loading

0 comments on commit bd4a26e

Please sign in to comment.