Skip to content

Commit d1e8192

Browse files
committed
refactor(plugin-js-packages): avoid implementation in index.ts file
1 parent fafac41 commit d1e8192

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/plugin-js-packages/src/lib/js-packages-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
} from './config.js';
1010
import { dependencyDocs, dependencyGroupWeights } from './constants.js';
1111
import { packageManagers } from './package-managers/package-managers.js';
12-
import { createRunnerFunction } from './runner/index.js';
12+
import { createRunnerFunction } from './runner/runner.js';
1313
import { normalizeConfig } from './utils.js';
1414

1515
/**
File renamed without changes.

0 commit comments

Comments
 (0)