Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit d63fca1

Browse files
committed
Migrate to syntax-tree
1 parent 8fc0388 commit d63fca1

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
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-to-hyperscript.git"
21+
"url": "https://github.com/syntax-tree/hast-to-hyperscript.git"
2222
},
23-
"bugs": "https://github.com/wooorm/hast-to-hyperscript/issues",
23+
"bugs": "https://github.com/syntax-tree/hast-to-hyperscript/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 & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ Transform [HAST][] to something else through a [hyperscript][] DSL.
1010
npm install hast-to-hyperscript
1111
```
1212

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

1815
Dependencies:
@@ -110,25 +107,23 @@ around these differences for:
110107

111108
<!-- Definitions -->
112109

113-
[travis-badge]: https://img.shields.io/travis/wooorm/hast-to-hyperscript.svg
110+
[travis-badge]: https://img.shields.io/travis/syntax-tree/hast-to-hyperscript.svg
114111

115-
[travis]: https://travis-ci.org/wooorm/hast-to-hyperscript
112+
[travis]: https://travis-ci.org/syntax-tree/hast-to-hyperscript
116113

117-
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/hast-to-hyperscript.svg
114+
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-to-hyperscript.svg
118115

119-
[codecov]: https://codecov.io/github/wooorm/hast-to-hyperscript
116+
[codecov]: https://codecov.io/github/syntax-tree/hast-to-hyperscript
120117

121118
[npm]: https://docs.npmjs.com/cli/install
122119

123-
[releases]: https://github.com/wooorm/hast-to-hyperscript/releases
124-
125120
[license]: LICENSE
126121

127122
[author]: http://wooorm.com
128123

129-
[hast]: https://github.com/wooorm/hast
124+
[hast]: https://github.com/syntax-tree/hast
130125

131-
[element]: https://github.com/wooorm/hast#element
126+
[element]: https://github.com/syntax-tree/hast#element
132127

133128
[vdom]: https://github.com/Matt-Esch/virtual-dom/tree/master/virtual-hyperscript
134129

@@ -138,4 +133,4 @@ around these differences for:
138133

139134
[react]: https://facebook.github.io/react/docs/glossary.html#react-elements
140135

141-
[hastscript]: https://github.com/wooorm/hastscript
136+
[hastscript]: https://github.com/syntax-tree/hastscript

0 commit comments

Comments
 (0)