Skip to content

Commit 9d8f62d

Browse files
authored
chore: rename package to @nutrient-sdk/font-tool (#7)
Update package name for npm publishing under @nutrient-sdk scope.
1 parent 1cdb0dc commit 9d8f62d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Generate `fonts.json` metadata for Nutrient PDF SDK font bundles.
88

99
```bash
1010
# Run directly (no install needed)
11-
npx github:PSPDFKit/nutrient-font-tool create ./my-fonts
11+
npx @nutrient-sdk/font-tool create ./my-fonts
1212

1313
# Or install globally
14-
npm install -g github:PSPDFKit/nutrient-font-tool
14+
npm install -g @nutrient-sdk/font-tool
1515
```
1616

1717
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "nutrient-font-tool",
2+
"name": "@nutrient-sdk/font-tool",
33
"version": "0.1.0",
44
"description": "Create dynamic font bundles for Nutrient PDF SDK",
55
"type": "module",

0 commit comments

Comments
 (0)