Skip to content

Commit

Permalink
fix: remove JsSoup dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KiraLT committed Jan 8, 2023
1 parent 4641d71 commit 690ee48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 83 deletions.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export * from './services/requests'
export * from './services/torrent'
export * from './services/dom'
export * from './provider'
export * from './actions'
export * from './providers'

export { parseHTML, IsomorphicHTMLElement } from 'isomorphic-htmlparser'
82 changes: 0 additions & 82 deletions src/services/dom.ts

This file was deleted.

0 comments on commit 690ee48

Please sign in to comment.