Skip to content

Commit

Permalink
fix(bin): use src file
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jan 11, 2025
1 parent e17cbde commit f53af6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cmd.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
import { listPackageNames } from "../lib/textlintrc-to-pacakge-list.js";
import { listPackageNames } from "../src/textlintrc-to-pacakge-list.js";
import concat from "concat-stream";
import stripJsonComments from "strip-json-comments";
import fs from "node:fs";
Expand Down

0 comments on commit f53af6f

Please sign in to comment.