This commit is contained in:
Artem Chivchalov
2018-02-07 13:33:28 +03:00
parent 8fefa66b23
commit e92639c58e

View File

@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "2.12.1",
"version": "2.12.2",
"description": "A standalone server for programming game Screeps",
"main": "package.json",
"bin": {
@@ -15,9 +15,9 @@
"dependencies": {
"@screeps/backend": "2.4.1",
"@screeps/common": "2.6.0",
"@screeps/driver": "3.2.0",
"@screeps/driver": "3.2.1",
"@screeps/engine": "2.12.0",
"@screeps/launcher": "2.1.5",
"@screeps/launcher": "2.2.0",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "3.1.4"
},