This commit is contained in:
Artem Chivchalov
2019-05-03 12:49:26 +03:00
parent 0400240e44
commit 32cab70325

View File

@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "3.3.2",
"version": "3.4.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": "2.7.0",
"@screeps/common": "2.10.3",
"@screeps/driver": "4.3.1",
"@screeps/backend": "2.7.1",
"@screeps/common": "2.11.0",
"@screeps/driver": "4.3.2",
"@screeps/engine": "3.3.2",
"@screeps/launcher": "3.3.2",
"@screeps/launcher": "3.3.3",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "4.1.0"
"@screeps/storage": "4.2.0"
},
"engines": {
"node": ">=8.10.0",