Skip to content

Commit b8b3feb

Browse files
committed
rename package
1 parent 2b0fefc commit b8b3feb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Fetch and parse XML documents using the power of JavaScript web streams and async iterators ✨
44

5-
[![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/xml-streamify?labelColor=98e6c8&color=333)](https://www.npmjs.com/package/xml-streamify)
5+
[![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)
66

77
* Small, fast, zero dependencies †
88
* Work with data before the fetch is complete

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dbushell/xml-streamify",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"exports": {
55
".": "./mod.ts",
66
"./node": "./src/node.ts",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "xml-streamify",
3-
"version": "0.6.1",
2+
"name": "@dbushell/xml-streamify",
3+
"version": "0.6.2",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/dbushell/xml-streamify.git"

0 commit comments

Comments
 (0)