Skip to content

Commit 1c9021e

Browse files
committed
README
1 parent b8b3feb commit 1c9021e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# 📰 XML Streamify
22

3-
Fetch and parse XML documents using the power of JavaScript web streams and async iterators ✨
4-
53
[![JSR](https://jsr.io/badges/@dbushell/xml-streamify?labelColor=98e6c8&color=333)](https://jsr.io/@dbushell/xml-streamify) [![NPM](https://img.shields.io/npm/v/@dbushell/xml-streamify?labelColor=98e6c8&color=333)](https://www.npmjs.com/package/@dbushell/xml-streamify)
64

5+
Fetch and parse XML documents using the power of JavaScript web streams and async iterators ✨
6+
77
* Small, fast, zero dependencies †
88
* Work with data before the fetch is complete
99
* Cross-runtime support (Bun, Deno, Node, and web browsers)

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"publish": {
1212
"include": ["src", "mod.ts", "deno.json", "LICENSE", "README.md"],
13-
"exclude": [".github", "examples"]
13+
"exclude": [".github", "package.json", "examples"]
1414
},
1515
"lint": {
1616
"include": ["**/*.ts"]

0 commit comments

Comments
 (0)