From 37c9b92184e69f6482f10391a6866cdb56e7a812 Mon Sep 17 00:00:00 2001 From: Gheric Speiginer Date: Wed, 18 Feb 2015 03:07:51 -0500 Subject: [PATCH] Added github:unconed/threestrap@0.0.9 depends on github:mrdoob/three.js --- .../github/unconed/threestrap@0.0.9.json | 16 ++++++++++++++++ registry.json | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 package-overrides/github/unconed/threestrap@0.0.9.json diff --git a/package-overrides/github/unconed/threestrap@0.0.9.json b/package-overrides/github/unconed/threestrap@0.0.9.json new file mode 100644 index 0000000..d0eb927 --- /dev/null +++ b/package-overrides/github/unconed/threestrap@0.0.9.json @@ -0,0 +1,16 @@ +{ + "main": "threestrap", + "format": "global", + "directories": { + "dist": "build" + }, + "dependencies": { + "three": "*" + }, + "shim": { + "threestrap": { + "deps": ["three"], + "exports": "THREE" + } + } +} diff --git a/registry.json b/registry.json index c55dcea..695a8fc 100644 --- a/registry.json +++ b/registry.json @@ -205,6 +205,8 @@ "string_decoder": "github:jspm/nodelibs-string_decoder", "tabletools": "github:DataTables/TableTools", "three.js": "github:mrdoob/three.js", + "three": "github:mrdoob/three.js", + "threestrap": "github:unconed/threestrap", "theseus": "npm:theseus", "theseus-angular": "npm:theseus-angular", "topo": "github:capaj/topo-browser",