Merge pull request #159 from BuildingJarl/master

Added overrides and endpoint for three.js
This commit is contained in:
Guy Bedford
2015-02-06 19:47:52 +02:00
2 changed files with 11 additions and 0 deletions
@@ -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"
}
}
}
+1
View File
@@ -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",