(Hopefully) Remove test dependencies from npm package (#16013)

This commit is contained in:
efokschaner
2017-04-20 07:02:52 -07:00
committed by Andy
parent 01ad8d4e35
commit c59b52e585
3 changed files with 8 additions and 10 deletions
-9
View File
@@ -1,9 +0,0 @@
// References used by tests
// Includes using THREE as a global namespace rather than as a module
/// <reference types="dat-gui" />
/// <reference types="stats.js" />
/// <reference types="tween.js" />
/// <reference path="../index.d.ts" />
/// <reference path="../detector.d.ts" />
+5
View File
@@ -0,0 +1,5 @@
// References used by tests
/// <reference types="dat-gui" />
/// <reference types="stats.js" />
/// <reference types="tween.js" />
+3 -1
View File
@@ -17,7 +17,9 @@
"forceConsistentCasingInFileNames": true
},
"files": [
"test/references.d.ts",
"index.d.ts",
"detector.d.ts",
"test/references.ts",
"test/math/test_unit_math.ts",
"test/webgl/webgl_animation_cloth.ts",
"test/webgl/webgl_animation_skinning_morph.ts",