This commit is contained in:
Artem Chivchalov
2016-11-17 13:26:30 +03:00
parent 97541ebf5e
commit 4857b4fc6b

View File

@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "2.1.2",
"version": "2.1.3",
"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.1",
"@screeps/backend": "2.0.2",
"@screeps/common": "2.0.0",
"@screeps/driver": "2.0.0",
"@screeps/engine": "2.0.1",
"@screeps/launcher": "2.1.2",
"@screeps/launcher": "2.1.3",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "2.0.1"
},