Skip to content

Commit 2cadb6e

Browse files
committed
solution?
1 parent 904710c commit 2cadb6e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

common/scripts/shimConfigs.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,11 @@ export const shimConfigs = [
220220
name: 'utils/sanctions',
221221
},
222222
{ shimPath: 'utils/scope', targetPath: '../../esm/src/utils/scope.js', name: 'utils/scope' },
223-
{ shimPath: 'utils/proving', targetPath: '../../esm/src/utils/proving.js', name: 'utils/proving' },
223+
{
224+
shimPath: 'utils/proving',
225+
targetPath: '../../esm/src/utils/proving.js',
226+
name: 'utils/proving',
227+
},
224228
{ shimPath: 'utils/trees', targetPath: '../../esm/src/utils/trees.js', name: 'utils/trees' },
225229
{
226230
shimPath: 'utils/uuid',

0 commit comments

Comments
 (0)