We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb26644 commit 74cb65aCopy full SHA for 74cb65a
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rehype-meta",
3
- "version": "3.3.2",
+ "version": "4.0.0",
4
"description": "rehype plugin to add metadata to the head of a document",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -68,14 +68,14 @@ npm install rehype-meta
68
In Deno with [`esm.sh`][esmsh]:
69
70
```js
71
-import rehypeMeta from 'https://esm.sh/rehype-meta@3'
+import rehypeMeta from 'https://esm.sh/rehype-meta@4'
72
```
73
74
In browsers with [`esm.sh`][esmsh]:
75
76
```html
77
<script type="module">
78
- import rehypeMeta from 'https://esm.sh/rehype-meta@3?bundle'
+ import rehypeMeta from 'https://esm.sh/rehype-meta@4?bundle'
79
</script>
80
81
0 commit comments