This commit is contained in:
Artem Chivchalov
2016-11-10 14:15:44 +03:00
parent 27921debf5
commit 8f2d79e929

View File

@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "1.0.4",
"version": "1.0.5",
"description": "A standalone server for programming game Screeps",
"main": "package.json",
"bin": {
@@ -13,12 +13,12 @@
"url": "https://github.com/screeps/screeps.git"
},
"dependencies": {
"@screeps/backend": "1.0.1",
"@screeps/common": "1.0.0",
"@screeps/backend": "1.0.2",
"@screeps/common": "1.0.1",
"@screeps/driver": "1.0.1",
"@screeps/engine": "1.0.1",
"@screeps/launcher": "1.0.3",
"@screeps/engine": "1.0.2",
"@screeps/launcher": "1.0.4",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "1.0.2"
}
}
}