Merge pull request #159 from BuildingJarl/master
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",
|
||||
"string_decoder": "github:jspm/nodelibs-string_decoder",
|
||||
"tabletools": "github:DataTables/TableTools",
|
||||
"three.js": "github:mrdoob/three.js@r70",
|
||||
"theseus": "npm:theseus",
|
||||
"theseus-angular": "npm:theseus-angular",
|
||||
"timers": "github:jspm/nodelibs-timers",
|
||||
|
||||
Reference in New Issue
Block a user