File contents for multicore and standard were swapped by accident.

This commit is contained in:
Josef van Niekerk
2015-06-15 09:21:44 +02:00
parent 406219d494
commit a036b683fc
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"
}