Skip to content
This repository was archived by the owner on Nov 2, 2025. It is now read-only.

Commit 90264e2

Browse files
committed
fix: x
1 parent 45feaec commit 90264e2

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2022 Zac Anger
1+
Copyright © 2022
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
[html2text](https://github.com/aaronsw/html2text) but in Node.
44

5-
[Donate](https://ko-fi.com/zacanger)
6-
75
--------
86

97
## Installation:
@@ -14,7 +12,7 @@
1412

1513
`html2txt someurl`
1614

17-
`html2txt zacanger.com`
15+
`html2txt example.com`
1816

1917
`html2txt ~/foo/bar.html`
2018

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"description": "html2text but in node",
44
"version": "2.1.10",
55
"author": {
6-
"email": "zac@zacanger.com",
7-
"name": "Zac Anger",
8-
"url": "http://zacanger.com"
6+
"name": "Autumn Z"
97
},
108
"license": "MIT",
119
"main": "index.js",
@@ -20,12 +18,12 @@
2018
"preversion": "npm t",
2119
"test": "sortpack && standard && ./index.js"
2220
},
23-
"homepage": "https://github.com/zacanger/html2txt#readme",
21+
"homepage": "https://github.com/zautumnz/html2txt#readme",
2422
"repository": {
2523
"type": "git",
26-
"url": "git+https://github.com/zacanger/html2txt.git"
24+
"url": "git+https://github.com/zautumnz/html2txt.git"
2725
},
28-
"bugs": "https://github.com/zacanger/html2txt/issues",
26+
"bugs": "https://github.com/zautumnz/html2txt/issues",
2927
"keywords": [
3028
"html",
3129
"html2text",

0 commit comments

Comments
 (0)