Explorar el Código

remove three-math from npm build, never used.

Ben Houston hace 10 años
padre
commit
87b5f7e9bd
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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" );
 });