Skip to content

Commit c9122be

Browse files
committed
refactor: correct examples dist import
1 parent f6462e4 commit c9122be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plugins/code-pushup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
packageJsonPerformanceGroupRef,
1010
packageJsonPlugin,
1111
packageJsonVersionControlGroupRef,
12-
} from '../../dist/examples/plugins.js';
12+
} from '../../dist/examples/plugins/index.js';
1313

1414
/**
1515
* Run it with:

0 commit comments

Comments
 (0)