This commit is contained in:
Artem Chivchalov
2017-02-06 15:21:21 +03:00
parent d2bfa4bb20
commit cd6ff54a2f
2 changed files with 8 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "2.2.2",
"version": "2.2.3",
"description": "A standalone server for programming game Screeps",
"main": "package.json",
"bin": {
@@ -13,10 +13,10 @@
"url": "https://github.com/screeps/screeps.git"
},
"dependencies": {
"@screeps/backend": "2.0.3",
"@screeps/common": "2.0.1",
"@screeps/driver": "2.0.3",
"@screeps/engine": "2.1.1",
"@screeps/backend": "2.1.0",
"@screeps/common": "2.1.0",
"@screeps/driver": "2.1.0",
"@screeps/engine": "2.3.0",
"@screeps/launcher": "2.1.4",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "2.0.2"