We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43498c commit 5065e0fCopy full SHA for 5065e0f
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "unist-util-filter",
3
"version": "2.0.0",
4
- "description": "Create a new Unist tree with all nodes that pass the test implemented by the provided function",
+ "description": "Create a new unist tree with all nodes that pass the test implemented by the provided function",
5
"license": "MIT",
6
"keywords": [
7
"ast",
@@ -14,8 +14,8 @@
14
"unist",
15
"util"
16
],
17
- "repository": "eush77/unist-util-filter",
18
- "bugs": "https://github.com/eush77/unist-util-filter/issues",
+ "repository": "syntax-tree/unist-util-filter",
+ "bugs": "https://github.com/syntax-tree/unist-util-filter/issues",
19
"author": "Eugene Sharygin <eush77@gmail.com>",
20
"contributors": [
21
"Eugene Sharygin <eush77@gmail.com>",
0 commit comments