Added overrides and endpoint for three.js
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"main": "build/three",
|
||||||
|
"ignore": ["docs", "src", "editor", "test", "utils", "examples/*.html", "examples/models", "examples/scenes", "examples/sounds", "examples/obj", "examples/textures"],
|
||||||
|
"format": "global",
|
||||||
|
"shim": {
|
||||||
|
"build/three": {
|
||||||
|
"exports": "THREE"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -178,6 +178,7 @@
|
|||||||
"stream": "github:jspm/nodelibs-stream",
|
"stream": "github:jspm/nodelibs-stream",
|
||||||
"string_decoder": "github:jspm/nodelibs-string_decoder",
|
"string_decoder": "github:jspm/nodelibs-string_decoder",
|
||||||
"tabletools": "github:DataTables/TableTools",
|
"tabletools": "github:DataTables/TableTools",
|
||||||
|
"three.js": "github:mrdoob/three.js@r70",
|
||||||
"theseus": "npm:theseus",
|
"theseus": "npm:theseus",
|
||||||
"theseus-angular": "npm:theseus-angular",
|
"theseus-angular": "npm:theseus-angular",
|
||||||
"timers": "github:jspm/nodelibs-timers",
|
"timers": "github:jspm/nodelibs-timers",
|
||||||
|
|||||||
Reference in New Issue
Block a user