提交 194b5bc6 编写于 作者: B Ben Houston

remove npm script todos, add credits to npm build and test scripts.

上级 fb5617d9
/**
* Builds node_modules three and three-math
*
* Expects a single command line argument that is the build version in the format 0.54.4-dev
*
* @author bhouston / http://exocortex.com
*/
var fs = require( "fs" );
var cp = require('child_process');
......
/**
* For testing whether the node modules for three and three-math work properly.
*
* To test the node modules:
* 1. First build them, but don't submit them to npm, see README.md for instructions
* 2. Run "node test.js"
* 3. You should see a list of all of the types exposed by the two THREE modules.
*
* @author bhouston / http://exocortex.com
*/
var threemath = function () {
var THREE = require( "three-math" );
......
......@@ -33,11 +33,6 @@
"url" : "git://github.com/mrdoob/three.js.git"
},
"scripts" : {
"preinstall" : "ECHO todo",
"test" : "ECHO todo"
},
"license" : {
"type" : "The MIT License",
"url" : "https://raw.github.com/mrdoob/three.js/master/LICENSE"
......
......@@ -33,11 +33,6 @@
"url" : "git://github.com/mrdoob/three.js.git"
},
"scripts" : {
"preinstall" : "ECHO todo",
"test" : "ECHO todo"
},
"license" : {
"type" : "The MIT License",
"url" : "https://raw.github.com/mrdoob/three.js/master/LICENSE"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册