Skip to content

Commit b9c8641

Browse files
committed
Migrate to syntax-tree
1 parent 6f44225 commit b9c8641

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
],
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/wooorm/hast-util-whitespace.git"
21+
"url": "https://github.com/syntax-tree/hast-util-whitespace.git"
2222
},
23-
"bugs": "https://github.com/wooorm/hast-util-whitespace/issues",
23+
"bugs": "https://github.com/syntax-tree/hast-util-whitespace/issues",
2424
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
2525
"contributors": [
2626
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,24 @@ line feed (`\n`), carriage return (`\r`), or form feed (`\f`).
5656

5757
<!-- Definition -->
5858

59-
[build-badge]: https://img.shields.io/travis/wooorm/hast-util-whitespace.svg
59+
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-whitespace.svg
6060

61-
[build-page]: https://travis-ci.org/wooorm/hast-util-whitespace
61+
[build-page]: https://travis-ci.org/syntax-tree/hast-util-whitespace
6262

63-
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/hast-util-whitespace.svg
63+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-whitespace.svg
6464

65-
[coverage-page]: https://codecov.io/github/wooorm/hast-util-whitespace?branch=master
65+
[coverage-page]: https://codecov.io/github/syntax-tree/hast-util-whitespace?branch=master
6666

6767
[npm]: https://docs.npmjs.com/cli/install
6868

6969
[license]: LICENSE
7070

7171
[author]: http://wooorm.com
7272

73-
[hast]: https://github.com/wooorm/hast
73+
[hast]: https://github.com/syntax-tree/hast
7474

7575
[spec]: https://html.spec.whatwg.org/#inter-element-whitespace
7676

77-
[node]: https://github.com/wooorm/hast#node
77+
[node]: https://github.com/syntax-tree/unist#node
7878

79-
[text]: https://github.com/wooorm/hast#text
79+
[text]: https://github.com/syntax-tree/unist#text

0 commit comments

Comments
 (0)