From a036b683fcfd341a1c6c083180381609b902f779 Mon Sep 17 00:00:00 2001 From: Josef van Niekerk Date: Mon, 15 Jun 2015 09:21:44 +0200 Subject: [PATCH] File contents for multicore and standard were swapped by accident. --- .../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 e6f868e..cc9c7f4 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": "bin/puremvc-typescript-standard-1.0" + "main": "bin/puremvc-typescript-multicore-1.1.js" } \ 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 964203f..dd01031 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": "bin/puremvc-typescript-multicore-1.1" + "main": "bin/puremvc-typescript-standard-1.0.js" } \ No newline at end of file