Skip to content

Commit

Permalink
feat: upgrade dep, fix normalized states (#110)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: changes normalized states from the normalized torrent info api
  • Loading branch information
scttcper committed Aug 31, 2022
1 parent f7012ca commit 10e9a79
Show file tree
Hide file tree
Showing 5 changed files with 812 additions and 629 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"env": {
"node": true
},
"extends": ["@ctrl/eslint-config"]
"extends": ["@ctrl/eslint-config"],
"rules": {
"complexity": "off"
}
}

0 comments on commit 10e9a79

Please sign in to comment.