Skip to content

Commit

Permalink
@types/defer-promise now in DefinitelyTyped
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Dec 7, 2017
1 parent 8f79b25 commit f51304c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 19 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"ui/tournament",
"ui/tournamentSchedule",
"ui/tree",
"ui/@types/defer-promise",
"ui/@types/lichess"
]
}
11 changes: 0 additions & 11 deletions ui/@types/defer-promise/index.d.ts

This file was deleted.

6 changes: 0 additions & 6 deletions ui/@types/defer-promise/package.json

This file was deleted.

2 changes: 1 addition & 1 deletion ui/ceval/src/stockfishProtocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class Protocol {
private work: Work | null = null;
private curEval: Tree.ClientEval | null = null;
private expectedPvs = 1;
private stopped: Deferred<void> | null;
private stopped: DeferPromise.Deferred<void> | null;
private opts: WorkerOpts;

constructor(send: (cmd: string) => void, opts: WorkerOpts) {
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
normalize-path "^2.0.1"
through2 "^2.0.3"

"@types/[email protected]":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@types/defer-promise/-/defer-promise-1.0.0.tgz#9c5054b7ef63fd0f0497d17b0ea1a849f9c6323b"

"@types/jquery@*":
version "3.2.16"
resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-3.2.16.tgz#04419c404a3194350e7d3f339a90e72c88db3111"
Expand Down

0 comments on commit f51304c

Please sign in to comment.