Skip to content

Commit a0fc7a2

Browse files
committedDec 20, 2021
Merge branch 'develop' into peer-deps
2 parents 35394d8 + a8c148b commit a0fc7a2

File tree

83 files changed

+3638
-2423
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+3638
-2423
lines changed
 

‎.all-contributorsrc

+12
Original file line numberDiff line numberDiff line change
@@ -1098,6 +1098,18 @@
10981098
"contributions": [
10991099
"doc"
11001100
]
1101+
},
1102+
{
1103+
"login": "draekien",
1104+
"name": "William Pei",
1105+
"avatar_url": "https://avatars.githubusercontent.com/u/8390477?v=4",
1106+
"profile": "https://www.wpei.me/",
1107+
"contributions": [
1108+
"doc",
1109+
"example",
1110+
"code",
1111+
"test"
1112+
]
11011113
}
11021114
]
11031115
}

‎.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ public
44
node_modules
55
components
66
*.esm.js
7+
**/*.md

0 commit comments

Comments
 (0)
Please sign in to comment.