Skip to content

Commit fc40b77

Browse files
Ruzylo-cloudclaude
andcommitted
Publish as @ferrow/text-diff-patch on npm
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 67ce9de commit fc40b77

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ changed underneath them.
1717
## Install
1818

1919
```bash
20-
npm install text-diff-patch
20+
npm install @ferrow/text-diff-patch
2121
```
2222

2323
## Quickstart

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ may have drifted since the diff was made.
2424
## Install
2525

2626
```bash
27-
npm install text-diff-patch
27+
npm install @ferrow/text-diff-patch
2828
```
2929

3030
Part of the Ferrow open-source toolkit: https://github.com/FerrowAI/ferrow-toolkit — sponsored by https://ferrow.ai

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "text-diff-patch",
2+
"name": "@ferrow/text-diff-patch",
33
"version": "1.0.0",
44
"description": "Zero-dependency line-based Myers diff (O(ND)) producing unified-diff hunks, with fuzzy patch application, reject reporting, and word-level intra-line diff highlighting.",
55
"main": "dist/index.js",

0 commit comments

Comments
 (0)