Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel-rowe committed Sep 14, 2024
1 parent 99f5a3b commit cc2c37b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lock": false,
"name": "@clearlylocal/diff-match-patch-unicode",
"version": "0.0.4",
"version": "0.0.5",
"description": "Modern JS/TS and Unicode-friendly version of diff-match-patch",
"exports": {
".": "./src/mod.ts",
Expand All @@ -23,7 +23,7 @@
"indentWidth": 4,
"singleQuote": true,
"proseWrap": "preserve",
"exclude": ["README.md"]
"exclude": []
},
"compilerOptions": { "strict": true },
"lint": { "rules": { "tags": ["recommended"] } },
Expand Down

0 comments on commit cc2c37b

Please sign in to comment.