瀏覽代碼

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 ) {
 	console.log( "exitCode: " + exitCode );
 	buildModule( "three" );
-	buildModule( "three-math" );
 });