Skip to content

Commit b128105

Browse files
committed
Migrate to syntax-tree
1 parent bbe4f09 commit b128105

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"util",
1313
"utility"
1414
],
15-
"repository": "https://github.com/wooorm/hast-util-script-supporting",
16-
"bugs": "https://github.com/wooorm/hast-util-script-supporting/issues",
15+
"repository": "https://github.com/syntax-tree/hast-util-script-supporting",
16+
"bugs": "https://github.com/syntax-tree/hast-util-script-supporting/issues",
1717
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
1818
"contributors": [
1919
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"

readme.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,22 @@ Check if the given value is a [**script-supporting**][spec] [element][].
4141

4242
<!-- Definition -->
4343

44-
[build-badge]: https://img.shields.io/travis/wooorm/hast-util-script-supporting.svg
44+
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-script-supporting.svg
4545

46-
[build-page]: https://travis-ci.org/wooorm/hast-util-script-supporting
46+
[build-page]: https://travis-ci.org/syntax-tree/hast-util-script-supporting
4747

48-
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/hast-util-script-supporting.svg
48+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-script-supporting.svg
4949

50-
[coverage-page]: https://codecov.io/github/wooorm/hast-util-script-supporting?branch=master
50+
[coverage-page]: https://codecov.io/github/syntax-tree/hast-util-script-supporting?branch=master
5151

5252
[npm]: https://docs.npmjs.com/cli/install
5353

5454
[license]: LICENSE
5555

5656
[author]: http://wooorm.com
5757

58-
[hast]: https://github.com/wooorm/hast
58+
[hast]: https://github.com/syntax-tree/hast
5959

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

6262
[spec]: https://html.spec.whatwg.org/#script-supporting-elements

0 commit comments

Comments
 (0)