This commit is contained in:
Artem Chivchalov
2016-11-16 12:53:33 +03:00
parent d9b67fdd42
commit 12e82004ed

View File

@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "2.1.1",
"version": "2.1.2",
"description": "A standalone server for programming game Screeps",
"main": "package.json",
"bin": {
@@ -13,11 +13,11 @@
"url": "https://github.com/screeps/screeps.git"
},
"dependencies": {
"@screeps/backend": "2.0.0",
"@screeps/backend": "2.0.1",
"@screeps/common": "2.0.0",
"@screeps/driver": "2.0.0",
"@screeps/engine": "2.0.0",
"@screeps/launcher": "2.1.1",
"@screeps/engine": "2.0.1",
"@screeps/launcher": "2.1.2",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "2.0.1"
},