This commit is contained in:
Artem Chivchalov
2017-05-26 23:01:10 +03:00
parent 82065018db
commit dea86fc88e
2 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "2.6.0",
"version": "2.6.1",
"description": "A standalone server for programming game Screeps",
"main": "package.json",
"bin": {
@@ -14,9 +14,9 @@
},
"dependencies": {
"@screeps/backend": "2.2.0",
"@screeps/common": "2.3.0",
"@screeps/driver": "2.3.0",
"@screeps/engine": "2.6.0",
"@screeps/common": "2.4.0",
"@screeps/driver": "2.4.0",
"@screeps/engine": "2.7.0",
"@screeps/launcher": "2.1.4",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "2.1.0"