Skip to content

Commit

Permalink
Revert "add win probability function for 1v1 (#140)"
Browse files Browse the repository at this point in the history
This reverts commit 0211569.
  • Loading branch information
philihp committed Feb 28, 2021
1 parent 34dc607 commit bfc76ba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 90 deletions.
59 changes: 0 additions & 59 deletions src/__tests__/win-probability.test.js

This file was deleted.

3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import rating from './rating'
import rate from './rate'
import ordinal from './ordinal'
import winProbability from './win-probability'

export { rating, rate, ordinal, winProbability }
export { rating, rate, ordinal }
29 changes: 0 additions & 29 deletions src/win-probability.js

This file was deleted.

0 comments on commit bfc76ba

Please sign in to comment.