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 6d39df9 commit e1841efCopy full SHA for e1841ef
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "xast-util-sitemap",
3
- "version": "1.3.1",
+ "version": "2.0.0",
4
"description": "xast utility to build a sitemap",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -66,14 +66,14 @@ npm install xast-util-sitemap
66
In Deno with [`esm.sh`][esmsh]:
67
68
```js
69
-import {sitemap} from 'https://esm.sh/xast-util-sitemap@1'
+import {sitemap} from 'https://esm.sh/xast-util-sitemap@2'
70
```
71
72
In browsers with [`esm.sh`][esmsh]:
73
74
```html
75
<script type="module">
76
- import {sitemap} from 'https://esm.sh/xast-util-sitemap@1?bundle'
+ import {sitemap} from 'https://esm.sh/xast-util-sitemap@2?bundle'
77
</script>
78
79
0 commit comments