1
0
Fork 0

Phaser update

This commit is contained in:
Michaël Lemaire 2018-06-27 00:06:13 +02:00
parent de6576f42d
commit 4447714e1f
2 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@ -4919,9 +4919,9 @@
}
},
"phaser": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/phaser/-/phaser-3.10.0.tgz",
"integrity": "sha512-e/sL7/h2j2k8Cnrxp8bN637N6LYoqJlBFPGeYhmZiyRvGtt7IbK2v1q+wjFlNRtPvgFQ7v5K4X5Wy2lpU7Uj7Q==",
"version": "3.10.1",
"resolved": "https://registry.npmjs.org/phaser/-/phaser-3.10.1.tgz",
"integrity": "sha512-+JBisNlWvY/T+YjyuoswSG62S/j6Y0YYd5gjt2uY5KAXl4v7QCPnto4Wpx8XXWrJ0R5RV0p4jZXAPgKEYjVynQ==",
"requires": {
"eventemitter3": "^3.1.0"
}

View File

@ -40,7 +40,7 @@
"dependencies": {
"jasmine-core": "^3.1.0",
"parse": "^1.11.1",
"phaser": "^3.10.0",
"phaser": "^3.10.1",
"process-pool": "^0.3.5"
}
}
}