Browse Source

remove three-math from npm build, never used.

Ben Houston 10 years ago
parent
commit
87b5f7e9bd
1 changed files with 0 additions and 1 deletions
  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" );
 });