From faf83fcb579b88bce0d88a8c71c348f68993d051 Mon Sep 17 00:00:00 2001 From: Ivan Bacher Date: Fri, 6 Feb 2015 17:40:06 +0000 Subject: [PATCH] Added overrides and endpoint for three.js --- package-overrides/github/mrdoob/three.js@r70.json | 10 ++++++++++ registry.json | 1 + 2 files changed, 11 insertions(+) create mode 100644 package-overrides/github/mrdoob/three.js@r70.json diff --git a/package-overrides/github/mrdoob/three.js@r70.json b/package-overrides/github/mrdoob/three.js@r70.json new file mode 100644 index 0000000..295bea5 --- /dev/null +++ b/package-overrides/github/mrdoob/three.js@r70.json @@ -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" + } + } + } \ No newline at end of file diff --git a/registry.json b/registry.json index 743cf16..a53720d 100644 --- a/registry.json +++ b/registry.json @@ -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",