Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel-rowe committed Sep 14, 2024
1 parent a119842 commit 573c429
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"lock": false,
"name": "@clearlylocal/diff-match-patch-unicode",
"version": "0.0.1",
"version": "0.0.2",
"description": "Modern JS/TS and Unicode-friendly version of diff-match-patch",
"exports": {
".": "./src/mod.ts",
"./Differ": "./src/Differ.ts",
"./Diff": "./src/Diff.ts"
},
"tasks": {
"test": "deno test --doc --watch src tests"
"test": "deno test --doc src tests",
"test-watch": "deno test --doc --watch src tests"
},
"imports": {
"@clearlylocal/diff-match-patch-unicode": "./src/mod.ts",
Expand Down

0 comments on commit 573c429

Please sign in to comment.