We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626921c commit c13e50bCopy full SHA for c13e50b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "unified-diff",
3
- "version": "4.0.1",
+ "version": "5.0.0",
4
"description": "unified plugin to ignore unrelated messages",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -55,14 +55,14 @@ npm install unified-diff
55
In Deno with [`esm.sh`][esmsh]:
56
57
```js
58
-import unifiedDiff from 'https://esm.sh/unified-diff@4'
+import unifiedDiff from 'https://esm.sh/unified-diff@5'
59
```
60
61
In browsers with [`esm.sh`][esmsh]:
62
63
```html
64
<script type="module">
65
- import unifiedDiff from 'https://esm.sh/unified-diff@4?bundle'
+ import unifiedDiff from 'https://esm.sh/unified-diff@5?bundle'
66
</script>
67
68
0 commit comments