Skip to content

Commit

Permalink
fix: upgrade dep, move repo (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper authored Jul 11, 2020
1 parent 51303a3 commit 1e2c8a0
Show file tree
Hide file tree
Showing 11 changed files with 867 additions and 7,858 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
jobs:
test:
docker:
- image: circleci/node:12
- image: circleci/node:14
- image: linuxserver/transmission
steps:
- checkout
Expand All @@ -20,11 +20,11 @@ jobs:
command: bash <(curl -s https://codecov.io/bash)
release:
docker:
- image: circleci/node:12
- image: circleci/node:14
steps:
- checkout
- run: npm ci
- run: npm run semantic-release
- run: npx semantic-release

workflows:
version: 2
Expand Down
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
dist
.eslintrc.js
7 changes: 7 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"root": true,
"env": {
"node": true
},
"extends": ["@ctrl/eslint-config"]
}
17 changes: 0 additions & 17 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
14
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# transmission [![npm](https://img.shields.io/npm/v/@ctrl/transmission.svg?maxAge=3600)](https://www.npmjs.com/package/@ctrl/transmission) [![CircleCI](https://circleci.com/gh/TypeCtrl/transmission.svg?style=svg)](https://circleci.com/gh/TypeCtrl/transmission) [![coverage status](https://codecov.io/gh/typectrl/transmission/branch/master/graph/badge.svg)](https://codecov.io/gh/typectrl/transmission)
# transmission [![npm](https://img.shields.io/npm/v/@ctrl/transmission.svg?maxAge=3600)](https://www.npmjs.com/package/@ctrl/transmission) [![CircleCI](https://circleci.com/gh/scttcper/transmission.svg?style=svg)](https://circleci.com/gh/scttcper/transmission) [![coverage status](https://codecov.io/gh/scttcper/transmission/branch/master/graph/badge.svg)](https://codecov.io/gh/scttcper/transmission)

> TypeScript api wrapper for [transmission](https://transmissionbt.com/) using [got](https://github.com/sindresorhus/got)
Expand Down Expand Up @@ -26,7 +26,7 @@ async function main() {

### Api

Docs: https://ctrl-transmission.netlify.com/
Docs: https://transmission.vercel.app
API Docs: https://github.com/transmission/transmission/blob/master/extras/rpc-spec.txt

### Normalized API
Expand Down Expand Up @@ -74,6 +74,6 @@ console.log(res);
### See Also
All of the following npm modules provide the same normalized functions along with supporting the unique apis for each client.

deluge - https://github.com/typectrl/deluge
qbittorrent - https://github.com/TypeCtrl/qbittorrent
utorrent - https://github.com/TypeCtrl/utorrent
deluge - https://github.com/scttcper/deluge
qbittorrent - https://github.com/scttcper/qbittorrent
utorrent - https://github.com/scttcper/utorrent
Loading

0 comments on commit 1e2c8a0

Please sign in to comment.