Merge pull request #919 from monagames/phaser-fix

Added shim consistently with phaser typescript definitions
This commit is contained in:
Guy Bedford
2016-06-19 17:29:46 +02:00
committed by GitHub
@@ -1,3 +1,8 @@
{ {
"format": "global" "format": "global",
} "shim": {
"build/phaser": {
"exports": "Phaser"
}
}
}