Reinstalled with --fix
Some checks failed
Lint / pre-commit Linting (push) Failing after 51s

This commit is contained in:
2023-11-26 16:51:02 +01:00
parent ae8a515ded
commit 67796af83c
671 changed files with 158468 additions and 19041 deletions

4
node_modules/screeps-api/README.md generated vendored
View File

@ -20,7 +20,7 @@ User/pass auth will stop working February 1, 2018!
As of 1.7.0, a small CLI program (`screeps-api`) is included.
Server config is specified via a `.screeps.yml` file conforming to the [Unified Credentials File format](https://github.com/screepers/screepers-standards/blob/master/SS3-Unified_Credentials_File.md)
Server config is specified via a `.screeps.yml` file conforming to the [Unified Credentials File format](https://github.com/screepers/screepers-standards/blob/34bd4e6e5c8250fa0794d915d9f78d3c45326076/SS3-Unified_Credentials_File.md) (Pending [screepers-standard PR #8](https://github.com/screepers/screepers-standards/pull/8))
```
screeps-api
@ -107,7 +107,7 @@ api.socket.connect()
// data: { ... }
// }
api.socket.on('connected',()=>{
// Do stuff after connected
// Do stuff after conntected
})
api.socket.on('auth',(event)=>{
event.data.status contains either 'ok' or 'failed'