Skip to content

Commit 67b8824

Browse files
committed
Rename package from xml-integrity to xml-trueformat
1 parent 0ae6b86 commit 67b8824

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![npm](https://img.shields.io/npm/v/xml-integrity)](https://www.npmjs.com/package/xml-integrity)
1+
[![npm](https://img.shields.io/npm/v/xml-trueformat)](https://www.npmjs.com/package/xml-trueformat)
22

3-
# xml-integrity
3+
# xml-trueformat
44

55
Typescript XML parser that 100% retains all formatting for creating identical XML on roundtrips.
66

bun.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lockfileVersion": 1,
33
"workspaces": {
44
"": {
5-
"name": "xml-integrity",
5+
"name": "xml-trueformat",
66
"devDependencies": {
77
"@types/bun": "^1.2.3",
88
"prettier": "3.5.2",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "xml-integrity",
2+
"name": "xml-trueformat",
33
"version": "0.0.1",
44
"description": "XML parser that 100% retains all formatting for creating identical XML on roundtrips",
55
"main": "./dist/cjs/index.js",
@@ -26,9 +26,9 @@
2626
"typescript"
2727
],
2828
"author": "Daniel Schreiber <[email protected]>",
29-
"homepage": "https://github.com/daniel-sc/xml-integrity",
29+
"homepage": "https://github.com/daniel-sc/xml-trueformat",
3030
"bugs": {
31-
"url": "https://github.com/daniel-sc/xml-integrity/issues"
31+
"url": "https://github.com/daniel-sc/xml-trueformat/issues"
3232
},
3333
"license": "MIT",
3434
"devDependencies": {

0 commit comments

Comments
 (0)