2.1.1
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#### 2.1.1
|
||||
* Add the title field in the Steam Workshop mods editor
|
||||
|
||||
#### 2.1.0
|
||||
* Added [Steam Workshop](http://steamcommunity.com/app/464350/workshop/) support for mods and bot AI scripts.
|
||||
Use your Steam client server launcher to submit npm packages to the Workshop.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "screeps",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "A standalone server for programming game Screeps",
|
||||
"main": "package.json",
|
||||
"bin": {
|
||||
@@ -17,7 +17,7 @@
|
||||
"@screeps/common": "2.0.0",
|
||||
"@screeps/driver": "2.0.0",
|
||||
"@screeps/engine": "2.0.0",
|
||||
"@screeps/launcher": "2.1.0",
|
||||
"@screeps/launcher": "2.1.1",
|
||||
"@screeps/pathfinding": "0.4.16",
|
||||
"@screeps/storage": "2.0.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user