diff options
| author | crobibero <cody@robibe.ro> | 2020-10-02 07:19:18 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-10-02 07:19:18 -0600 |
| commit | 520acc11e6e1def24939527be8ccc186ded1c7b4 (patch) | |
| tree | bf5f61bb9f639a5a1b9d5e81fc1c0b39f04e7bdb | |
| parent | 810ec0b672c06baa34782ccfb4b0b5cd51196662 (diff) | |
scope npm package name
| -rw-r--r-- | apiclient/templates/typescript/package.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apiclient/templates/typescript/package.mustache b/apiclient/templates/typescript/package.mustache index 5127917a1..251a40383 100644 --- a/apiclient/templates/typescript/package.mustache +++ b/apiclient/templates/typescript/package.mustache @@ -1,5 +1,5 @@ { - "name": "jellyfin-apiclient-{{npmName}}", + "name": "@jellyfin/client-{{npmName}}", "version": "10.7.0{{snapshotVersion}}", "description": "Jellyfin api client using {{npmName}}", "author": "Jellyfin Contributors", |
