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.
funding
package.json
1 parent 32fe52e commit 37f31d4Copy full SHA for 37f31d4
package.json
@@ -9,15 +9,19 @@
9
"util",
10
"utility"
11
],
12
- "files": [
13
- "index.js"
14
- ],
15
"repository": "syntax-tree/mdast-util-assert",
16
"bugs": "https://github.com/syntax-tree/mdast-util-assert/issues",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/unified"
17
+ },
18
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
19
"contributors": [
20
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
21
22
+ "files": [
23
+ "index.js"
24
+ ],
25
"dependencies": {
26
"mapz": "^1.0.0",
27
"unist-util-assert": "^1.0.0",
0 commit comments