Skip to content

Commit

Permalink
Merge pull request #262 from thornbill/rename-package
Browse files Browse the repository at this point in the history
Rename package to @jellyfin/sdk
  • Loading branch information
thornbill authored Sep 16, 2022
2 parents 4e62fe4 + bdc94fa commit 3343b37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<br/>
<a href="https://github.com/jellyfin/jellyfin-sdk-typescript/blob/master/LICENSE"><img alt="MPL-2.0 license" src="https://img.shields.io/github/license/jellyfin/jellyfin-sdk-typescript"></a>
<a href="https://github.com/jellyfin/jellyfin-sdk-typescript/releases"><img alt="Current Release" src="https://img.shields.io/github/release/jellyfin/jellyfin-sdk-typescript.svg"/></a>
<a href="https://www.npmjs.com/package/@thornbill/jellyfin-sdk"><img alt="npm" src="https://img.shields.io/npm/v/@thornbill/jellyfin-sdk"></a>
<a href="https://www.npmjs.com/package/@jellyfin/sdk"><img alt="npm" src="https://img.shields.io/npm/v/@jellyfin/sdk"></a>
<a href="https://codecov.io/gh/jellyfin/jellyfin-sdk-typescript">
<img alt="Codecov" src="https://img.shields.io/codecov/c/github/jellyfin/jellyfin-sdk-typescript?token=eFF0jvWiyq">
</a>
Expand All @@ -22,13 +22,13 @@ A TypeScript SDK for Jellyfin.
## Install

```sh
npm i --save @thornbill/jellyfin-sdk
npm i --save @jellyfin/sdk
```

or

```sh
yarn add @thornbill/jellyfin-sdk
yarn add @jellyfin/sdk
```

### Supported Jellyfin Versions
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@thornbill/jellyfin-sdk",
"name": "@jellyfin/sdk",
"version": "0.6.0",
"description": "A TypeScript SDK for Jellyfin.",
"keywords": [
Expand Down

0 comments on commit 3343b37

Please sign in to comment.