From 1daee25d56dcc2e4ffa75156aaf4c12132091b13 Mon Sep 17 00:00:00 2001 From: Patrik Weiskircher Date: Thu, 15 Jan 2026 14:19:36 -0500 Subject: [PATCH] chore: rename package to @nutrient-sdk/font-tool Update package name for npm publishing under @nutrient-sdk scope. --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2199dcc..431e2c1 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ Generate `fonts.json` metadata for Nutrient PDF SDK font bundles. ```bash # Run directly (no install needed) -npx github:PSPDFKit/nutrient-font-tool create ./my-fonts +npx @nutrient-sdk/font-tool create ./my-fonts # Or install globally -npm install -g github:PSPDFKit/nutrient-font-tool +npm install -g @nutrient-sdk/font-tool ``` ## Usage diff --git a/package.json b/package.json index c8411ec..b7ecf1e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "nutrient-font-tool", + "name": "@nutrient-sdk/font-tool", "version": "0.1.0", "description": "Create dynamic font bundles for Nutrient PDF SDK", "type": "module",