1.0.7
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
#### 1.0.6
|
||||||
|
* `config.cli.createSandbox` is deprecated now, use `config.cli.onCliSandbox` instead.
|
||||||
|
* Fixed permissions for scripts in `node_modules/.hooks` after running `screeps init`.
|
||||||
|
|
||||||
#### 1.0.5
|
#### 1.0.5
|
||||||
* Replaced `moddir` launch option with `modfile`. The `mods.json` file is moved to the same folder as `.screepsrc`. The `mods` folder is no longer used now.
|
* Replaced `moddir` launch option with `modfile`. The `mods.json` file is moved to the same folder as `.screepsrc`. The `mods` folder is no longer used now.
|
||||||
* Added new modding option `config.backend.welcomeText`.
|
* Added new modding option `config.backend.welcomeText`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "screeps",
|
"name": "screeps",
|
||||||
"version": "1.0.6",
|
"version": "1.0.7",
|
||||||
"description": "A standalone server for programming game Screeps",
|
"description": "A standalone server for programming game Screeps",
|
||||||
"main": "package.json",
|
"main": "package.json",
|
||||||
"bin": {
|
"bin": {
|
||||||
@@ -13,11 +13,11 @@
|
|||||||
"url": "https://github.com/screeps/screeps.git"
|
"url": "https://github.com/screeps/screeps.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@screeps/backend": "1.0.2",
|
"@screeps/backend": "1.0.3",
|
||||||
"@screeps/common": "1.0.1",
|
"@screeps/common": "1.0.1",
|
||||||
"@screeps/driver": "1.0.1",
|
"@screeps/driver": "1.0.1",
|
||||||
"@screeps/engine": "1.0.3",
|
"@screeps/engine": "1.0.3",
|
||||||
"@screeps/launcher": "1.0.4",
|
"@screeps/launcher": "1.0.5",
|
||||||
"@screeps/pathfinding": "0.4.16",
|
"@screeps/pathfinding": "0.4.16",
|
||||||
"@screeps/storage": "1.0.2"
|
"@screeps/storage": "1.0.2"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user