Skip to content

Commit 2f289a7

Browse files
committed
Migrate to syntax-tree
1 parent 680e240 commit 2f289a7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"element",
1010
"property"
1111
],
12-
"repository": "https://github.com/wooorm/hast-util-has-property",
13-
"bugs": "https://github.com/wooorm/hast-util-has-property/issues",
12+
"repository": "https://github.com/syntax-tree/hast-util-has-property",
13+
"bugs": "https://github.com/syntax-tree/hast-util-has-property/issues",
1414
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
1515
"contributors": [
1616
"Titus Wormer <[email protected]> (http://wooorm.com)"

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,24 @@ by `name`.
5656

5757
<!-- Definition -->
5858

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

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

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

65-
[coverage-page]: https://codecov.io/github/wooorm/hast-util-has-property?branch=master
65+
[coverage-page]: https://codecov.io/github/syntax-tree/hast-util-has-property?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

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

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

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

0 commit comments

Comments
 (0)