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 126d1c2 commit e86b5d8Copy full SHA for e86b5d8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "xast-util-feed",
3
- "version": "1.2.3",
+ "version": "2.0.0",
4
"description": "xast utility to build feeds (rss, atom)",
5
"license": "MIT",
6
"keywords": [
readme.md
@@ -63,14 +63,14 @@ npm install xast-util-feed
63
In Deno with [`esm.sh`][esmsh]:
64
65
```js
66
-import {atom, rss} from 'https://esm.sh/xast-util-feed@1'
+import {atom, rss} from 'https://esm.sh/xast-util-feed@2'
67
```
68
69
In browsers with [`esm.sh`][esmsh]:
70
71
```html
72
<script type="module">
73
- import {atom, rss} from 'https://esm.sh/xast-util-feed@1?bundle'
+ import {atom, rss} from 'https://esm.sh/xast-util-feed@2?bundle'
74
</script>
75
76
0 commit comments