Skip to content

Commit

Permalink
Move to syntax-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 11, 2021
1 parent cdb63d0 commit 003f7f7
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 9 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/bb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: bb
on:
issues:
types: [opened, reopened, edited, closed, labeled, unlabeled]
pull_request:
types: [opened, reopened, edited, closed, labeled, unlabeled]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: unifiedjs/beep-boop-beta@main
with:
repo-token: ${{secrets.GITHUB_TOKEN}}
1 change: 0 additions & 1 deletion funding.yml

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"react",
"preact"
],
"repository": "wooorm/estree-util-build-jsx",
"bugs": "https://github.com/wooorm/estree-util-build-jsx/issues",
"repository": "syntax-tree/estree-util-build-jsx",
"bugs": "https://github.com/syntax-tree/estree-util-build-jsx/issues",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
Expand Down
21 changes: 17 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
[![Coverage][coverage-badge]][coverage]
[![Downloads][downloads-badge]][downloads]
[![Size][size-badge]][size]
[![Sponsors][sponsors-badge]][collective]
[![Backers][backers-badge]][collective]
[![Chat][chat-badge]][chat]

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

Expand Down Expand Up @@ -169,13 +172,13 @@ Some differences:

<!-- Definitions -->

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

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

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

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

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

Expand All @@ -185,6 +188,16 @@ Some differences:

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

[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg

[backers-badge]: https://opencollective.com/unified/backers/badge.svg

[collective]: https://opencollective.com/unified

[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg

[chat]: https://github.com/syntax-tree/unist/discussions

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

[license]: license
Expand Down

0 comments on commit 003f7f7

Please sign in to comment.