From 70230daa83726ad55d943c497e6a7e1fd5592458 Mon Sep 17 00:00:00 2001 From: Josef van Niekerk Date: Fri, 12 Jun 2015 08:14:50 +0200 Subject: [PATCH] Added PureMVC Standard (v1.0a) and Multicore (v1.1) repositories. --- .../PureMVC/puremvc-typescript-multicore-framework@1.1.json | 3 +++ .../PureMVC/puremvc-typescript-standard-framework@v1.0a.json | 3 +++ registry.json | 4 +++- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 package-overrides/github/PureMVC/puremvc-typescript-multicore-framework@1.1.json create mode 100644 package-overrides/github/PureMVC/puremvc-typescript-standard-framework@v1.0a.json diff --git a/package-overrides/github/PureMVC/puremvc-typescript-multicore-framework@1.1.json b/package-overrides/github/PureMVC/puremvc-typescript-multicore-framework@1.1.json new file mode 100644 index 0000000..850b9e6 --- /dev/null +++ b/package-overrides/github/PureMVC/puremvc-typescript-multicore-framework@1.1.json @@ -0,0 +1,3 @@ +{ + "main": "puremvc-typescript-standard-1.0" +} \ No newline at end of file diff --git a/package-overrides/github/PureMVC/puremvc-typescript-standard-framework@v1.0a.json b/package-overrides/github/PureMVC/puremvc-typescript-standard-framework@v1.0a.json new file mode 100644 index 0000000..6505703 --- /dev/null +++ b/package-overrides/github/PureMVC/puremvc-typescript-standard-framework@v1.0a.json @@ -0,0 +1,3 @@ +{ + "main": "puremvc-typescript-multicore-1.1" +} \ No newline at end of file diff --git a/registry.json b/registry.json index 01377df..8c58377 100644 --- a/registry.json +++ b/registry.json @@ -262,6 +262,8 @@ "prism": "github:LeaVerou/prism", "process": "github:jspm/nodelibs-process", "punycode": "github:jspm/nodelibs-punycode", + "puremvc-standard": "github:PureMVC/puremvc-typescript-standard-framework", + "puremvc-multicore": "github:PureMVC/puremvc-typescript-multicore-framework", "querystring": "github:jspm/nodelibs-querystring", "quint": "github:jquery/qunit", "rangy": "github:timdown/rangy-release", @@ -304,7 +306,7 @@ "theseus": "npm:theseus", "theseus-angular": "npm:theseus-angular", "topo": "github:capaj/topo-browser", - "timers": "github:jspm/nodelibs-timers", + "timers": "github:jspm/nodelibs-timers",c "tinycolor": "github:bgrins/TinyColor", "tinygrowl": "github:ajkochanowicz/tinygrowl", "tls": "github:jspm/nodelibs-tls",