Skip to content

Commit

Permalink
rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
dbushell committed Aug 28, 2024
1 parent 2b0fefc commit b8b3feb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

[![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)
[![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)

* Small, fast, zero dependencies †
* Work with data before the fetch is complete
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dbushell/xml-streamify",
"version": "0.6.1",
"version": "0.6.2",
"exports": {
".": "./mod.ts",
"./node": "./src/node.ts",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xml-streamify",
"version": "0.6.1",
"name": "@dbushell/xml-streamify",
"version": "0.6.2",
"repository": {
"type": "git",
"url": "git+https://github.com/dbushell/xml-streamify.git"
Expand Down

0 comments on commit b8b3feb

Please sign in to comment.