File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 3
3
"markdown" : " /home/godlsayerakp/Documents/repos/PenguinMod/PenguinMod-MarkDown" ,
4
4
"packager" : " /home/godlsayerakp/Documents/repos/PenguinMod/scratch-packager" ,
5
5
"audio" : " /home/godlsayerakp/Documents/repos/PenguinMod/scratch-audio" ,
6
- "blocks" : " /home/godlsayerakp/Documents/repos/PenguinMod/scratch-blocks" ,
7
6
"paint" : " /home/godlsayerakp/Documents/repos/PenguinMod/scratch-paint" ,
8
7
"parser" : " /home/godlsayerakp/Documents/repos/PenguinMod/scratch-parser" ,
9
8
"render" : " /home/godlsayerakp/Documents/repos/PenguinMod/scratch-render" ,
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ const ittr = async entry => {
43
43
const name = match [ 3 ] . toLowerCase ( )
44
44
return [ name , conf [ name ] , package [ 0 ] ]
45
45
} )
46
+ . filter ( ( [ _ , path ] ) => path )
46
47
47
48
for ( const dep of dependencies ) {
48
49
const [ name , src , module ] = dep
You can’t perform that action at this time.
0 commit comments