Skip to content

Commit e673808

Browse files
committed
feat: switch to @ctrl/torrent-file for parsing torrent hash
1 parent 4e162f1 commit e673808

File tree

7 files changed

+16
-12706
lines changed

7 files changed

+16
-12706
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ build
3333
docs
3434
dist
3535
.rpt2
36+
yarn.lock

Diff for: .npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async function main() {
2626

2727
### API
2828

29-
Docs: https://typectrl.github.io/deluge/classes/deluge.html
29+
Docs: https://deluge.netlify.com/
3030

3131
### Normalized API
3232
These functions have been normalized between torrent clients. Can easily support multiple torrent clients. See below for alternative supported torrent clients

Diff for: circle.yml

-9
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ jobs:
3434
- run: npm install
3535
- run: npm run build
3636
- run: npm run semantic-release
37-
- run:
38-
name: Install and configure dependencies
39-
command: |
40-
git config credential.helper "cache --timeout=120"
41-
git config user.email "[email protected]"
42-
git config user.name "ci-build"
43-
ssh-add -D
44-
- run: npm run build:docs
45-
- run: npx gh-pages -x -d docs -m "update docs [ci skip]" -r https://${GH_TOKEN}@github.com/typectrl/deluge.git
4637

4738
workflows:
4839
version: 2

0 commit comments

Comments
 (0)