Skip to content

Commit c4e6a87

Browse files
committed
refactor: correct examples dist import
1 parent 40f9d1f commit c4e6a87

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)