Merge pull request #423 from sparkbuzz/master

File contents for multicore and standard were swapped by accident.
This commit is contained in:
Guy Bedford
2015-06-15 10:56:23 +02:00
2 changed files with 2 additions and 2 deletions
@@ -1,3 +1,3 @@
{
"main": "bin/puremvc-typescript-standard-1.0"
"main": "bin/puremvc-typescript-multicore-1.1.js"
}
@@ -1,3 +1,3 @@
{
"main": "bin/puremvc-typescript-multicore-1.1"
"main": "bin/puremvc-typescript-standard-1.0.js"
}