@@ -10,9 +10,6 @@ Transform [HAST][] to something else through a [hyperscript][] DSL.
10
10
npm install hast-to-hyperscript
11
11
```
12
12
13
- ** hast-to-hyperscript** is also available as an AMD, CommonJS, and globals
14
- module, [ uncompressed and compressed] [ releases ] .
15
-
16
13
## Usage
17
14
18
15
Dependencies:
@@ -110,25 +107,23 @@ around these differences for:
110
107
111
108
<!-- Definitions -->
112
109
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
114
111
115
- [ travis ] : https://travis-ci.org/wooorm /hast-to-hyperscript
112
+ [ travis ] : https://travis-ci.org/syntax-tree /hast-to-hyperscript
116
113
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
118
115
119
- [ codecov ] : https://codecov.io/github/wooorm /hast-to-hyperscript
116
+ [ codecov ] : https://codecov.io/github/syntax-tree /hast-to-hyperscript
120
117
121
118
[ npm ] : https://docs.npmjs.com/cli/install
122
119
123
- [ releases ] : https://github.com/wooorm/hast-to-hyperscript/releases
124
-
125
120
[ license ] : LICENSE
126
121
127
122
[ author ] : http://wooorm.com
128
123
129
- [ hast ] : https://github.com/wooorm /hast
124
+ [ hast ] : https://github.com/syntax-tree /hast
130
125
131
- [ element ] : https://github.com/wooorm /hast#element
126
+ [ element ] : https://github.com/syntax-tree /hast#element
132
127
133
128
[ vdom ] : https://github.com/Matt-Esch/virtual-dom/tree/master/virtual-hyperscript
134
129
@@ -138,4 +133,4 @@ around these differences for:
138
133
139
134
[ react ] : https://facebook.github.io/react/docs/glossary.html#react-elements
140
135
141
- [ hastscript ] : https://github.com/wooorm /hastscript
136
+ [ hastscript ] : https://github.com/syntax-tree /hastscript
0 commit comments