This commit is contained in:
Nikolay Kharitonov
2020-03-26 17:34:52 +03:00
parent 14fc57ccba
commit 87b7e92798

View File

@@ -1,6 +1,6 @@
{ {
"name": "screeps", "name": "screeps",
"version": "4.1.1", "version": "4.1.2",
"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": "3.1.0", "@screeps/backend": "3.1.1",
"@screeps/common": "2.13.2", "@screeps/common": "2.13.2",
"@screeps/driver": "5.1.0", "@screeps/driver": "5.1.0",
"@screeps/engine": "4.1.1", "@screeps/engine": "4.1.1",