1
0
Fork 0

Updated to latest phaser version

This commit is contained in:
Michaël Lemaire 2017-01-08 19:48:23 +01:00
parent 4aa30265dd
commit 484e5d5ace
2 changed files with 4 additions and 4 deletions

View file

@ -9,8 +9,8 @@
"homepage": "",
"private": true,
"dependencies": {
"phaser": "2.3.0",
"phaser": "2.6.2",
"jasmine-core": "jasmine#^2.5.2",
"deep-diff": "0.3.0"
}
}
}

View file

@ -3,6 +3,6 @@
"dependencies": {},
"globalDependencies": {
"jasmine": "registry:dt/jasmine#2.5.0+20161003201800",
"phaser": "github:photonstorm/phaser/v2/typescript/typings.json"
"phaser": "github:photonstorm/phaser/typescript/typings.json#v2.6.2"
}
}
}