This commit is contained in:
Artem Chivchalov
2016-12-27 18:12:38 +03:00
parent f8b035c4f8
commit 86492c6ee6
2 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "2.2.0",
"version": "2.2.1",
"description": "A standalone server for programming game Screeps",
"main": "package.json",
"bin": {
@@ -15,11 +15,11 @@
"dependencies": {
"@screeps/backend": "2.0.3",
"@screeps/common": "2.0.1",
"@screeps/driver": "2.0.1",
"@screeps/driver": "2.0.2",
"@screeps/engine": "2.1.0",
"@screeps/launcher": "2.1.4",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "2.0.1"
"@screeps/storage": "2.0.2"
},
"engines": {
"node": ">=6.5.0",