Skip to content

Commit

Permalink
feat: switch to @ctrl/torrent-file for parsing torrent hash
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed May 28, 2019
1 parent 4e162f1 commit e673808
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 12,706 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ build
docs
dist
.rpt2
yarn.lock
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function main() {

### API

Docs: https://typectrl.github.io/deluge/classes/deluge.html
Docs: https://deluge.netlify.com/

### Normalized API
These functions have been normalized between torrent clients. Can easily support multiple torrent clients. See below for alternative supported torrent clients
Expand Down
9 changes: 0 additions & 9 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ jobs:
- run: npm install
- run: npm run build
- run: npm run semantic-release
- run:
name: Install and configure dependencies
command: |
git config credential.helper "cache --timeout=120"
git config user.email "[email protected]"
git config user.name "ci-build"
ssh-add -D
- run: npm run build:docs
- run: npx gh-pages -x -d docs -m "update docs [ci skip]" -r https://${GH_TOKEN}@github.com/typectrl/deluge.git

workflows:
version: 2
Expand Down
Loading

0 comments on commit e673808

Please sign in to comment.