From 70230daa83726ad55d943c497e6a7e1fd5592458 Mon Sep 17 00:00:00 2001 From: Josef van Niekerk Date: Fri, 12 Jun 2015 08:14:50 +0200 Subject: [PATCH 1/4] 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", From 64639110210652d8869c71cf1e080b12886def90 Mon Sep 17 00:00:00 2001 From: Josef van Niekerk Date: Fri, 12 Jun 2015 16:18:49 +0200 Subject: [PATCH 2/4] Update registry.json --- registry.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry.json b/registry.json index 8c58377..120e663 100644 --- a/registry.json +++ b/registry.json @@ -120,7 +120,7 @@ "chai": "npm:chai", "chart": "github:nnnick/Chart.js", "child_process": "github:jspm/nodelibs-child_process", - "chosen": "github:harvesthq/chosen", + "chosen": "github:harvesthq/chosen",p "chronoman": "npm:chronoman", "cluster": "github:jspm/nodelibs-cluster", "cola": "github:cujojs/cola", @@ -306,7 +306,7 @@ "theseus": "npm:theseus", "theseus-angular": "npm:theseus-angular", "topo": "github:capaj/topo-browser", - "timers": "github:jspm/nodelibs-timers",c + "timers": "github:jspm/nodelibs-timers", "tinycolor": "github:bgrins/TinyColor", "tinygrowl": "github:ajkochanowicz/tinygrowl", "tls": "github:jspm/nodelibs-tls", From ac082dc9b83e52506a028bfd041e146d96aec043 Mon Sep 17 00:00:00 2001 From: Josef van Niekerk Date: Fri, 12 Jun 2015 16:28:26 +0200 Subject: [PATCH 3/4] Fixed path to main. --- .../PureMVC/puremvc-typescript-multicore-framework@1.1.json | 2 +- .../PureMVC/puremvc-typescript-standard-framework@v1.0a.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 index 850b9e6..e6f868e 100644 --- a/package-overrides/github/PureMVC/puremvc-typescript-multicore-framework@1.1.json +++ b/package-overrides/github/PureMVC/puremvc-typescript-multicore-framework@1.1.json @@ -1,3 +1,3 @@ { - "main": "puremvc-typescript-standard-1.0" + "main": "bin/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 index 6505703..964203f 100644 --- a/package-overrides/github/PureMVC/puremvc-typescript-standard-framework@v1.0a.json +++ b/package-overrides/github/PureMVC/puremvc-typescript-standard-framework@v1.0a.json @@ -1,3 +1,3 @@ { - "main": "puremvc-typescript-multicore-1.1" + "main": "bin/puremvc-typescript-multicore-1.1" } \ No newline at end of file From 406219d49401d65bc4094bc91dbd3299b6de85ff Mon Sep 17 00:00:00 2001 From: Josef van Niekerk Date: Fri, 12 Jun 2015 16:31:09 +0200 Subject: [PATCH 4/4] Removed broken char --- registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.json b/registry.json index 120e663..dac3dc9 100644 --- a/registry.json +++ b/registry.json @@ -120,7 +120,7 @@ "chai": "npm:chai", "chart": "github:nnnick/Chart.js", "child_process": "github:jspm/nodelibs-child_process", - "chosen": "github:harvesthq/chosen",p + "chosen": "github:harvesthq/chosen", "chronoman": "npm:chronoman", "cluster": "github:jspm/nodelibs-cluster", "cola": "github:cujojs/cola",