This commit is contained in:
Artem Chivchalov
2019-03-18 17:15:33 +03:00
parent 741f21458c
commit 1c4337e720

View File

@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "3.3.0-beta.4",
"version": "3.3.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.7.0-beta.2",
"@screeps/common": "2.10.0-beta.2",
"@screeps/driver": "4.3.0-beta.1",
"@screeps/engine": "3.3.0-beta.2",
"@screeps/backend": "2.7.0",
"@screeps/common": "2.10.1",
"@screeps/driver": "4.3.0",
"@screeps/engine": "3.3.0",
"@screeps/launcher": "3.3.2",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "4.1.0-beta.1"
"@screeps/storage": "4.1.0"
},
"engines": {
"node": ">=8.10.0",