4.1.0-beta.3

This commit is contained in:
Nikolay Kharitonov
2020-02-11 17:36:39 +03:00
parent 134b7941e5
commit 33c3617bf0

View File

@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "4.1.0-beta.2",
"version": "4.1.0-beta.3",
"description": "A standalone server for programming game Screeps",
"main": "package.json",
"bin": {
@@ -13,13 +13,13 @@
"url": "https://github.com/screeps/screeps.git"
},
"dependencies": {
"@screeps/backend": "3.1.0-beta.1",
"@screeps/common": "2.13.0-beta.1",
"@screeps/driver": "5.1.0-beta.1",
"@screeps/engine": "4.1.0-beta.2",
"@screeps/backend": "3.1.0-beta.2",
"@screeps/common": "2.13.0-beta.2",
"@screeps/driver": "5.1.0-beta.2",
"@screeps/engine": "4.1.0-beta.3",
"@screeps/launcher": "4.0.0",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "5.1.0-beta.1"
"@screeps/storage": "5.1.0-beta.2"
},
"engines": {
"node": ">=10.13.0",