Skip to content

Commit 3cde55d

Browse files
committed
Merge branch 'chore-bump-deps'
2 parents 70e6555 + 9abb7ed commit 3cde55d

File tree

7 files changed

+2295
-10938
lines changed

7 files changed

+2295
-10938
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Test](https://github.com/amilajack/ast-metadata-inferer/actions/workflows/test.yml/badge.svg)](https://github.com/amilajack/ast-metadata-inferer/actions/workflows/test.yml)
44

5-
A collection of metadata about browser API's. This collection is intended for tools that analyze JS. It currently supports `3993` compatibility records.
5+
A collection of metadata about browser API's. This collection is intended for tools that analyze JS. It currently supports more than 6,000 compatibility records.
66

77
For all the API's it supports, it gives the
88

@@ -36,16 +36,6 @@ console.log(firstRecord);
3636
// }
3737
```
3838

39-
## Support
40-
41-
If this project is saving you (or your team) time, please consider supporting it on Patreon 👍 thank you!
42-
43-
<p>
44-
<a href="https://www.patreon.com/amilajack">
45-
<img src="https://c5.patreon.com/external/logo/[email protected]" width="160">
46-
</a>
47-
</p>
48-
4939
## Related
5040

5141
- [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat)

0 commit comments

Comments
 (0)