Parcourir la source

remove three-math from npm build, never used.

Ben Houston il y a 10 ans
Parent
commit
87b5f7e9bd
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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" );
 });