Quellcode durchsuchen

remove three-math from npm build, never used.

Ben Houston vor 10 Jahren
Ursprung
Commit
87b5f7e9bd
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      utils/npm/build.js

+ 0 - 1
utils/npm/build.js

@@ -106,5 +106,4 @@ buildAll.stderr.on('data', function (data) {
 buildAll.on( 'exit', function ( exitCode ) {
 	console.log( "exitCode: " + exitCode );
 	buildModule( "three" );
-	buildModule( "three-math" );
 });