This commit is contained in:
Nikolay Kharitonov
2020-03-26 14:46:16 +03:00
parent e74fb40028
commit 2334d04817

View File

@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "4.1.0-beta.5",
"version": "4.1.0",
"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.3",
"@screeps/common": "2.13.0-beta.2",
"@screeps/driver": "5.1.0-beta.2",
"@screeps/engine": "4.1.0-beta.4",
"@screeps/backend": "3.1.0",
"@screeps/common": "2.13.2",
"@screeps/driver": "5.1.0",
"@screeps/engine": "4.1.0",
"@screeps/launcher": "4.0.0",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "5.1.0-beta.2"
"@screeps/storage": "5.1.0"
},
"engines": {
"node": ">=10.13.0",