Added shim consistently with phaser typescript definitions

This commit is contained in:
monagames
2016-06-19 17:20:06 +02:00
parent 0426c75761
commit e9b845e80c
@@ -1,3 +1,8 @@
{ {
"format": "global" "format": "global",
} "shim": {
"build/phaser": {
"exports": "Phaser"
}
}
}