This commit is contained in:
Artem Chivchalov
2019-09-02 17:23:42 +03:00
parent af45915ab7
commit be7b1576a8

View File

@@ -1,6 +1,6 @@
{ {
"name": "screeps", "name": "screeps",
"version": "3.4.4", "version": "3.4.5",
"description": "A standalone server for programming game Screeps", "description": "A standalone server for programming game Screeps",
"main": "package.json", "main": "package.json",
"bin": { "bin": {
@@ -13,7 +13,7 @@
"url": "https://github.com/screeps/screeps.git" "url": "https://github.com/screeps/screeps.git"
}, },
"dependencies": { "dependencies": {
"@screeps/backend": "2.7.3", "@screeps/backend": "2.7.4",
"@screeps/common": "2.11.1", "@screeps/common": "2.11.1",
"@screeps/driver": "4.3.2", "@screeps/driver": "4.3.2",
"@screeps/engine": "3.3.2", "@screeps/engine": "3.3.2",