Skip to content

Commit dd6070d

Browse files
committed
Move to syntax-tree
1 parent 9daadc2 commit dd6070d

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
@@ -12,11 +12,11 @@
1212
"identifier",
1313
"character"
1414
],
15-
"repository": "wooorm/estree-util-is-identifier-name",
16-
"bugs": "https://github.com/wooorm/estree-util-is-identifier-name/issues",
15+
"repository": "syntax-tree/estree-util-is-identifier-name",
16+
"bugs": "https://github.com/syntax-tree/estree-util-is-identifier-name/issues",
1717
"funding": {
18-
"type": "github",
19-
"url": "https://github.com/sponsors/wooorm"
18+
"type": "opencollective",
19+
"url": "https://opencollective.com/unified"
2020
},
2121
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
2222
"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
Check if something can be an identifier name.
912

@@ -59,13 +62,13 @@ Checks if the given character code can continue an identifier.
5962

6063
<!-- Definitions -->
6164

62-
[build-badge]: https://github.com/wooorm/estree-util-is-identifier-name/workflows/main/badge.svg
65+
[build-badge]: https://github.com/syntax-tree/estree-util-is-identifier-name/workflows/main/badge.svg
6366

64-
[build]: https://github.com/wooorm/estree-util-is-identifier-name/actions
67+
[build]: https://github.com/syntax-tree/estree-util-is-identifier-name/actions
6568

66-
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/estree-util-is-identifier-name.svg
69+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/estree-util-is-identifier-name.svg
6770

68-
[coverage]: https://codecov.io/github/wooorm/estree-util-is-identifier-name
71+
[coverage]: https://codecov.io/github/syntax-tree/estree-util-is-identifier-name
6972

7073
[downloads-badge]: https://img.shields.io/npm/dm/estree-util-is-identifier-name.svg
7174

@@ -75,6 +78,16 @@ Checks if the given character code can continue an identifier.
7578

7679
[size]: https://bundlephobia.com/result?p=estree-util-is-identifier-name
7780

81+
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
82+
83+
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
84+
85+
[collective]: https://opencollective.com/unified
86+
87+
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
88+
89+
[chat]: https://github.com/syntax-tree/unist/discussions
90+
7891
[npm]: https://docs.npmjs.com/cli/install
7992

8093
[license]: license

0 commit comments

Comments
 (0)