Skip to content

Commit 13a1651

Browse files
authored
Update plugin.ts
1 parent 1ece27e commit 13a1651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
import { sync } from "@cloudquery/plugin-sdk-javascript/scheduler";
1212
import type { Table } from "@cloudquery/plugin-sdk-javascript/schema/table";
1313
import { filterTables } from "@cloudquery/plugin-sdk-javascript/schema/table";
14-
import { readPackageUp } from "read-pkg-up";
14+
import { readPackageUp } from "read-package-up";
1515

1616
import { parseSpec } from "./spec.js";
1717
import type { Spec } from "./spec.js";

0 commit comments

Comments
 (0)