This commit is contained in:
Artem Chivchalov
2016-11-11 17:33:52 +03:00
parent b4ef0ec51b
commit b8e131564d
2 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "1.0.6",
"version": "1.0.7",
"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": "1.0.2",
"@screeps/backend": "1.0.3",
"@screeps/common": "1.0.1",
"@screeps/driver": "1.0.1",
"@screeps/engine": "1.0.3",
"@screeps/launcher": "1.0.4",
"@screeps/launcher": "1.0.5",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "1.0.2"
}