This commit is contained in:
Artem Chivchalov
2017-02-27 14:35:10 +03:00
parent 00336263e2
commit 3c3c40ded5
2 changed files with 9 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "2.3.0",
"version": "2.4.0",
"description": "A standalone server for programming game Screeps",
"main": "package.json",
"bin": {
@@ -13,13 +13,13 @@
"url": "https://github.com/screeps/screeps.git"
},
"dependencies": {
"@screeps/backend": "2.1.0",
"@screeps/common": "2.1.0",
"@screeps/driver": "2.1.0",
"@screeps/engine": "2.3.0",
"@screeps/backend": "2.2.0",
"@screeps/common": "2.2.0",
"@screeps/driver": "2.2.0",
"@screeps/engine": "2.4.0",
"@screeps/launcher": "2.1.4",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "2.0.2"
"@screeps/storage": "2.1.0"
},
"engines": {
"node": ">=6.5.0",