Skip to content

Commit ab1c0b3

Browse files
committed
Migrate to syntax-tree
1 parent 3e98adb commit ab1c0b3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"util",
1414
"utility"
1515
],
16-
"repository": "https://github.com/wooorm/unist-util-stringify-position",
17-
"bugs": "https://github.com/wooorm/unist-util-stringify-position/issues",
16+
"repository": "https://github.com/syntax-tree/unist-util-stringify-position",
17+
"bugs": "https://github.com/syntax-tree/unist-util-stringify-position/issues",
1818
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
1919
"contributors": [
2020
"Titus Wormer <[email protected]> (http://wooorm.com)"

readme.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -62,24 +62,24 @@ end. `null` is returned if the given value is neither `node`,
6262

6363
<!-- Definition -->
6464

65-
[build-badge]: https://img.shields.io/travis/wooorm/unist-util-stringify-position.svg
65+
[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-stringify-position.svg
6666

67-
[build-page]: https://travis-ci.org/wooorm/unist-util-stringify-position
67+
[build-page]: https://travis-ci.org/syntax-tree/unist-util-stringify-position
6868

69-
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/unist-util-stringify-position.svg
69+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-stringify-position.svg
7070

71-
[coverage-page]: https://codecov.io/github/wooorm/unist-util-stringify-position?branch=master
71+
[coverage-page]: https://codecov.io/github/syntax-tree/unist-util-stringify-position?branch=master
7272

7373
[npm]: https://docs.npmjs.com/cli/install
7474

7575
[license]: LICENSE
7676

7777
[author]: http://wooorm.com
7878

79-
[unist]: https://github.com/wooorm/unist
79+
[unist]: https://github.com/syntax-tree/unist
8080

81-
[node]: https://github.com/wooorm/unist#node
81+
[node]: https://github.com/syntax-tree/unist#node
8282

83-
[location]: https://github.com/wooorm/unist#location
83+
[location]: https://github.com/syntax-tree/unist#location
8484

85-
[position]: https://github.com/wooorm/unist#position
85+
[position]: https://github.com/syntax-tree/unist#position

0 commit comments

Comments
 (0)