aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-10-02 07:19:18 -0600
committercrobibero <cody@robibe.ro>2020-10-02 07:19:18 -0600
commit520acc11e6e1def24939527be8ccc186ded1c7b4 (patch)
treebf5f61bb9f639a5a1b9d5e81fc1c0b39f04e7bdb
parent810ec0b672c06baa34782ccfb4b0b5cd51196662 (diff)
scope npm package name
-rw-r--r--apiclient/templates/typescript/package.mustache2
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",