Explorar o código

remove three-math from npm build, never used.

Ben Houston %!s(int64=10) %!d(string=hai) anos
pai
achega
87b5f7e9bd
Modificáronse 1 ficheiros con 0 adicións e 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" );
 });