Skip to content

Commit 003f7f7

Browse files
committed
Move to syntax-tree
1 parent cdb63d0 commit 003f7f7

File tree

4 files changed

+34
-9
lines changed

4 files changed

+34
-9
lines changed

.github/workflows/bb.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: bb
2+
on:
3+
issues:
4+
types: [opened, reopened, edited, closed, labeled, unlabeled]
5+
pull_request:
6+
types: [opened, reopened, edited, closed, labeled, unlabeled]
7+
jobs:
8+
main:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: unifiedjs/beep-boop-beta@main
12+
with:
13+
repo-token: ${{secrets.GITHUB_TOKEN}}

funding.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"react",
2222
"preact"
2323
],
24-
"repository": "wooorm/estree-util-build-jsx",
25-
"bugs": "https://github.com/wooorm/estree-util-build-jsx/issues",
24+
"repository": "syntax-tree/estree-util-build-jsx",
25+
"bugs": "https://github.com/syntax-tree/estree-util-build-jsx/issues",
2626
"funding": {
27-
"type": "github",
28-
"url": "https://github.com/sponsors/wooorm"
27+
"type": "opencollective",
28+
"url": "https://opencollective.com/unified"
2929
},
3030
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
3131
"contributors": [

readme.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
[![Coverage][coverage-badge]][coverage]
55
[![Downloads][downloads-badge]][downloads]
66
[![Size][size-badge]][size]
7+
[![Sponsors][sponsors-badge]][collective]
8+
[![Backers][backers-badge]][collective]
9+
[![Chat][chat-badge]][chat]
710

811
Transform JSX to function calls: `<x />` -> `h('x')`!
912

@@ -169,13 +172,13 @@ Some differences:
169172

170173
<!-- Definitions -->
171174

172-
[build-badge]: https://github.com/wooorm/estree-util-build-jsx/workflows/main/badge.svg
175+
[build-badge]: https://github.com/syntax-tree/estree-util-build-jsx/workflows/main/badge.svg
173176

174-
[build]: https://github.com/wooorm/estree-util-build-jsx/actions
177+
[build]: https://github.com/syntax-tree/estree-util-build-jsx/actions
175178

176-
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/estree-util-build-jsx.svg
179+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/estree-util-build-jsx.svg
177180

178-
[coverage]: https://codecov.io/github/wooorm/estree-util-build-jsx
181+
[coverage]: https://codecov.io/github/syntax-tree/estree-util-build-jsx
179182

180183
[downloads-badge]: https://img.shields.io/npm/dm/estree-util-build-jsx.svg
181184

@@ -185,6 +188,16 @@ Some differences:
185188

186189
[size]: https://bundlephobia.com/result?p=estree-util-build-jsx
187190

191+
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
192+
193+
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
194+
195+
[collective]: https://opencollective.com/unified
196+
197+
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
198+
199+
[chat]: https://github.com/syntax-tree/unist/discussions
200+
188201
[npm]: https://docs.npmjs.com/cli/install
189202

190203
[license]: license

0 commit comments

Comments
 (0)