This commit is contained in:
Artem Chivchalov
2017-11-20 16:25:19 +03:00
parent 44c1995623
commit 438575e146
2 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "2.10.4",
"version": "2.11.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.4.0",
"@screeps/backend": "2.4.1",
"@screeps/common": "2.6.0",
"@screeps/driver": "3.1.0",
"@screeps/engine": "2.10.2",
"@screeps/engine": "2.11.0",
"@screeps/launcher": "2.1.5",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "3.1.1"
"@screeps/storage": "3.1.2"
},
"engines": {
"node": ">=6.5.0",