Skip to content

Commit 5fd25bc

Browse files
committed
Migrate to syntax-tree
1 parent 5a6c226 commit 5fd25bc

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
@@ -67,9 +67,9 @@ This works in a similar way to the `parse5` version except that it works directl
6767

6868
<!-- Definitions -->
6969

70-
[travis-badge]: https://img.shields.io/travis/kmck/hast-util-from-dom.svg
70+
[travis-badge]: https://img.shields.io/travis/syntax-tree/hast-util-from-dom.svg
7171

72-
[travis]: https://travis-ci.org/kmck/hast-util-from-dom
72+
[travis]: https://travis-ci.org/syntax-tree/hast-util-from-dom
7373

7474
[yarn]: https://yarnpkg.com/lang/en/docs/install
7575

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Transform a DOM tree to HAST",
55
"main": "dist/hast-util-from-dom.js",
66
"module": "dist/hast-util-from-dom.mjs",
7-
"repository": "https://github.com/kmck/hast-util-from-dom",
7+
"repository": "https://github.com/syntax-tree/hast-util-from-dom",
88
"author": "Keith McKnight <[email protected]> (https://keith.mcknig.ht)",
99
"license": "ISC",
1010
"scripts": {

0 commit comments

Comments
 (0)