Skip to content

Commit 5759a34

Browse files
committed
Migrate to syntax-tree
1 parent 1e4f1af commit 5759a34

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
],
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/wooorm/hast-util-embedded.git"
22+
"url": "https://github.com/syntax-tree/hast-util-embedded.git"
2323
},
24-
"bugs": "https://github.com/wooorm/hast-util-embedded/issues",
24+
"bugs": "https://github.com/syntax-tree/hast-util-embedded/issues",
2525
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
2626
"contributors": [
2727
"Titus Wormer <[email protected]> (http://wooorm.com)"

readme.md

+6-11
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ Check if a [node][] is an [**embedded**][spec] [element][].
1010
npm install hast-util-embedded
1111
```
1212

13-
**hast-util-embedded** is also available as an AMD, CommonJS, and
14-
globals module, [uncompressed and compressed][releases].
15-
1613
## Usage
1714

1815
```javascript
@@ -47,24 +44,22 @@ Check if the given value is an [**embedded**][spec] [element][].
4744

4845
<!-- Definition -->
4946

50-
[build-badge]: https://img.shields.io/travis/wooorm/hast-util-embedded.svg
47+
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-embedded.svg
5148

52-
[build-page]: https://travis-ci.org/wooorm/hast-util-embedded
49+
[build-page]: https://travis-ci.org/syntax-tree/hast-util-embedded
5350

54-
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/hast-util-embedded.svg
51+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-embedded.svg
5552

56-
[coverage-page]: https://codecov.io/github/wooorm/hast-util-embedded?branch=master
53+
[coverage-page]: https://codecov.io/github/syntax-tree/hast-util-embedded?branch=master
5754

5855
[npm]: https://docs.npmjs.com/cli/install
5956

60-
[releases]: https://github.com/wooorm/hast-util-embedded/releases
61-
6257
[license]: LICENSE
6358

6459
[author]: http://wooorm.com
6560

66-
[node]: https://github.com/wooorm/hast#node
61+
[node]: https://github.com/syntax-tree/unist#node
6762

68-
[element]: https://github.com/wooorm/hast#element
63+
[element]: https://github.com/syntax-tree/hast#element
6964

7065
[spec]: https://html.spec.whatwg.org/#embedded-content-2

0 commit comments

Comments
 (0)