Преглед изворни кода

remove three-math from npm build, never used.

Ben Houston пре 10 година
родитељ
комит
87b5f7e9bd
1 измењених фајлова са 0 додато и 1 уклоњено
  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 ) {
 buildAll.on( 'exit', function ( exitCode ) {
 	console.log( "exitCode: " + exitCode );
 	console.log( "exitCode: " + exitCode );
 	buildModule( "three" );
 	buildModule( "three" );
-	buildModule( "three-math" );
 });
 });

粤ICP备19079148号