Skip to content

Commit 5065e0f

Browse files
committed
Fix repository
Closes GH-3.
1 parent a43498c commit 5065e0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unist-util-filter",
33
"version": "2.0.0",
4-
"description": "Create a new Unist tree with all nodes that pass the test implemented by the provided function",
4+
"description": "Create a new unist tree with all nodes that pass the test implemented by the provided function",
55
"license": "MIT",
66
"keywords": [
77
"ast",
@@ -14,8 +14,8 @@
1414
"unist",
1515
"util"
1616
],
17-
"repository": "eush77/unist-util-filter",
18-
"bugs": "https://github.com/eush77/unist-util-filter/issues",
17+
"repository": "syntax-tree/unist-util-filter",
18+
"bugs": "https://github.com/syntax-tree/unist-util-filter/issues",
1919
"author": "Eugene Sharygin <eush77@gmail.com>",
2020
"contributors": [
2121
"Eugene Sharygin <eush77@gmail.com>",

0 commit comments

Comments
 (0)