Skip to content

Commit 5b743be

Browse files
committed
Move to syntax-tree
1 parent e2e8466 commit 5b743be

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
@@ -14,11 +14,11 @@
1414
"espree",
1515
"recast"
1616
],
17-
"repository": "wooorm/estree-util-attach-comments",
18-
"bugs": "https://github.com/wooorm/estree-util-attach-comments/issues",
17+
"repository": "syntax-tree/estree-util-attach-comments",
18+
"bugs": "https://github.com/syntax-tree/estree-util-attach-comments/issues",
1919
"funding": {
20-
"type": "github",
21-
"url": "https://github.com/sponsors/wooorm"
20+
"type": "opencollective",
21+
"url": "https://opencollective.com/unified"
2222
},
2323
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
2424
"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
Attach semistandard [estree][] comment nodes (such as from [espree][] or
912
[acorn][] with a couple lines of code) to the nodes in that tree.
@@ -117,13 +120,13 @@ and direct `start` / `end` fields.
117120

118121
<!-- Definitions -->
119122

120-
[build-badge]: https://github.com/wooorm/estree-util-attach-comments/workflows/main/badge.svg
123+
[build-badge]: https://github.com/syntax-tree/estree-util-attach-comments/workflows/main/badge.svg
121124

122-
[build]: https://github.com/wooorm/estree-util-attach-comments/actions
125+
[build]: https://github.com/syntax-tree/estree-util-attach-comments/actions
123126

124-
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/estree-util-attach-comments.svg
127+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/estree-util-attach-comments.svg
125128

126-
[coverage]: https://codecov.io/github/wooorm/estree-util-attach-comments
129+
[coverage]: https://codecov.io/github/syntax-tree/estree-util-attach-comments
127130

128131
[downloads-badge]: https://img.shields.io/npm/dm/estree-util-attach-comments.svg
129132

@@ -133,6 +136,16 @@ and direct `start` / `end` fields.
133136

134137
[size]: https://bundlephobia.com/result?p=estree-util-attach-comments
135138

139+
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
140+
141+
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
142+
143+
[collective]: https://opencollective.com/unified
144+
145+
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
146+
147+
[chat]: https://github.com/syntax-tree/unist/discussions
148+
136149
[npm]: https://docs.npmjs.com/cli/install
137150

138151
[license]: license

0 commit comments

Comments
 (0)