Skip to content

Commit 545eb62

Browse files
committed
fix blacklist
1 parent 153da1f commit 545eb62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ const regex = process.argv[2]
2424
: /./;
2525

2626
const blacklist = new Set([
27-
'math/Vector3.js',
28-
'math/Quaternion.js',
29-
'math/Box3.js'
27+
'three.js/src.original/math/Vector3.js',
28+
'three.js/src.original/math/Quaternion.js',
29+
'three.js/src.original/math/Box3.js'
3030
]);
3131

3232
const files = glob('three.js/src.original/**/*.js',)

0 commit comments

Comments
 (0)