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..e6f868e --- /dev/null +++ b/package-overrides/github/PureMVC/puremvc-typescript-multicore-framework@1.1.json @@ -0,0 +1,3 @@ +{ + "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 new file mode 100644 index 0000000..964203f --- /dev/null +++ b/package-overrides/github/PureMVC/puremvc-typescript-standard-framework@v1.0a.json @@ -0,0 +1,3 @@ +{ + "main": "bin/puremvc-typescript-multicore-1.1" +} \ No newline at end of file diff --git a/registry.json b/registry.json index 01377df..dac3dc9 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",